From 2f46b3c84e859b5aca9b9f1368d0390d0226c6e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Aug 2024 16:08:42 +0000 Subject: [PATCH] chore(release): 1.21.2 [skip ci] ## [1.21.2](https://github.com/ReVanced/revanced-manager/compare/v1.21.1...v1.21.2) (2024-08-11) ### Bug Fixes * Add haptics to save last APK switch ([#2133](https://github.com/ReVanced/revanced-manager/issues/2133)) ([e063b3d](https://github.com/ReVanced/revanced-manager/commit/e063b3d1020284bdc473dff8cdd9493017447b7d)) * Don't crash installation when saving last APK is disabled ([#2128](https://github.com/ReVanced/revanced-manager/issues/2128)) ([427928e](https://github.com/ReVanced/revanced-manager/commit/427928e542ed0741f4fdd19c800fb85b83f9a301)) * Don't crash when installing the last patched APK ([#2131](https://github.com/ReVanced/revanced-manager/issues/2131)) ([cb722f2](https://github.com/ReVanced/revanced-manager/commit/cb722f2634086ac9735c0e08ea0f5ee85aae3fbb)) * Unable to scroll in the removed patches dialog ([#2113](https://github.com/ReVanced/revanced-manager/issues/2113)) ([295c5a7](https://github.com/ReVanced/revanced-manager/commit/295c5a74ea30c9f7dec81f5b61906671dda0a72b)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7e3baa75..e7c2f4a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.21.2-dev.3+101800031 +version: 1.21.2+101800032 environment: sdk: '>=3.0.0 <4.0.0'