From 40dd81eba3392816cd816ed7e404cef95ed8c458 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Jul 2025 13:01:12 +0000 Subject: [PATCH] chore(release): 1.25.1 [skip ci] ## [1.25.1](https://github.com/ReVanced/revanced-manager/compare/v1.25.0...v1.25.1) (2025-07-07) ### 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 3a3d7cf7..d6a1d876 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://revanced.app publish_to: 'none' -version: 1.25.1-dev.1+101800064 +version: 1.25.1+101800065 environment: sdk: '>=3.7.0'