From a8e192b85f433210bf7df7049d653119c8da1f16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Mar 2025 17:53:22 +0000 Subject: [PATCH] chore(release): 1.24.0 [skip ci] # [1.24.0](https://github.com/ReVanced/revanced-manager/compare/v1.23.3...v1.24.0) (2025-03-07) ### Bug Fixes * Build failure caused by Internal R8 NPE on field "b" ([08a9d2a](https://github.com/ReVanced/revanced-manager/commit/08a9d2a64ff24e431578dc80b0d0e0c25327bb8a)) * Change duplicated app suffix and allow profile variant compilation ([5b6426c](https://github.com/ReVanced/revanced-manager/commit/5b6426c4531d04ed15ec426321b05087818ef30c)) * Flutter Impeller renderer causing artifacts on rare occasions ([7462291](https://github.com/ReVanced/revanced-manager/commit/746229120c5c364856bcfc1c507e0137e98481a2)) * Slight tweak and use Flutter suggested config ([4b7b05a](https://github.com/ReVanced/revanced-manager/commit/4b7b05ac0f822c2599c722a065191149121e79ec)) ### Features * Distinguish between release, debug, and profile variants ([64cbb68](https://github.com/ReVanced/revanced-manager/commit/64cbb68344886bfcc8c41bbffb86d9d0cc51fa74)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2829d400..de25971a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://revanced.app publish_to: 'none' -version: 1.24.0-dev.1+101800054 +version: 1.24.0+101800055 environment: sdk: '>=3.7.0'