From 3b459160d7c20e1edf0af3641220c7094c1dc613 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Jul 2025 05:13:31 +0000 Subject: [PATCH] chore(release): 1.25.1-dev.1 [skip ci] ## [1.25.1-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.25.0...v1.25.1-dev.1) (2025-07-03) ### Bug Fixes * Disable Impeller Flutter render engine correctly to fix rendering issues ([#2631](https://github.com/ReVanced/revanced-manager/issues/2631)) ([c97e4ad](https://github.com/ReVanced/revanced-manager/commit/c97e4adace204b9088e011cb5cbdf1d7a4e2a0bc)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index deb03318..3a3d7cf7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://revanced.app publish_to: 'none' -version: 1.25.0+101800063 +version: 1.25.1-dev.1+101800064 environment: sdk: '>=3.7.0'