From b6b8f4e069ff3d934b2ab1b35d2563ea00566670 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jun 2025 05:52:36 +0000 Subject: [PATCH] chore(release): 1.25.0-dev.2 [skip ci] # [1.25.0-dev.2](https://github.com/ReVanced/revanced-manager/compare/v1.25.0-dev.1...v1.25.0-dev.2) (2025-06-26) ### Bug Fixes * "Save patched app" attempts to copy APK when patching fails ([#2565](https://github.com/ReVanced/revanced-manager/issues/2565)) ([bdb0317](https://github.com/ReVanced/revanced-manager/commit/bdb0317a9e093eefe75916b3fcc9192c8c17a694)) * Nearly all rare cases of GPU renderer issues, and allow building on manager again ([#2602](https://github.com/ReVanced/revanced-manager/issues/2602)) ([21ceada](https://github.com/ReVanced/revanced-manager/commit/21ceadaf7f8e7138cf750a47142796208620cb59)) * Obscure Flutter Impeller renderer bugs ([a5e909c](https://github.com/ReVanced/revanced-manager/commit/a5e909cfc8cda71d6c3d4f98c95d38565f0fe035)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ad701da4..7f60726d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://revanced.app publish_to: 'none' -version: 1.25.0-dev.1+101800061 +version: 1.25.0-dev.2+101800062 environment: sdk: '>=3.7.0'