From 0ce23d2d601a578ea1a5bf996ac2e66e71361c45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 10:59:13 +0000 Subject: [PATCH] chore(release): 1.22.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.22.0](https://github.com/ReVanced/revanced-manager/compare/v1.21.2...v1.22.0) (2024-09-09) ### Bug Fixes * Bump SDK of each plugin using SDK lower than 31 ([01e4a76](https://github.com/ReVanced/revanced-manager/commit/01e4a76caa06b4ab7934cc786ca57204501dd983)), closes [/github.com/flutter/flutter/issues/153281#issuecomment-2292201697](https://github.com//github.com/flutter/flutter/issues/153281/issues/issuecomment-2292201697) * Empty “tmp-XXXXXX” directory keeps growing in cacheDir ([#2194](https://github.com/ReVanced/revanced-manager/issues/2194)) ([f5a12e0](https://github.com/ReVanced/revanced-manager/commit/f5a12e01bd528b4c15eff48540957b79dd47d02d)) * Fix missing notification icon when shrinking resouces ([#2195](https://github.com/ReVanced/revanced-manager/issues/2195)) ([224be29](https://github.com/ReVanced/revanced-manager/commit/224be29a3d43502c0fbd8112a9c464f684e93fd7)) * Handle selecting files and folders for patch options correctly ([#2144](https://github.com/ReVanced/revanced-manager/issues/2144)) ([f1c2f41](https://github.com/ReVanced/revanced-manager/commit/f1c2f4146cc9c8a8f14cf84cee02abc2b0d2c9f4)) * Lack of connectivity toast not showing due to incorrect comparison ([81f05e1](https://github.com/ReVanced/revanced-manager/commit/81f05e1b190274d97427bd6b196cdc6d0a66757c)) * Migrate to onPopInvokedWithResult ([43d5888](https://github.com/ReVanced/revanced-manager/commit/43d5888182ee49017a88a02b3c3144acb46e5947)) * Move temporary files outside of the cache directory ([#2193](https://github.com/ReVanced/revanced-manager/issues/2193)) ([1ef1f8d](https://github.com/ReVanced/revanced-manager/commit/1ef1f8d47a519e0b063839bcaa507bccc486e4b5)) * Reland commit 01e4a76caa06b4ab7934cc786ca57204501dd983 ([3dc695e](https://github.com/ReVanced/revanced-manager/commit/3dc695eafbb214b395aace610bbfa5f1cba08a20)) * Specify our own FGS Type ([37c912b](https://github.com/ReVanced/revanced-manager/commit/37c912b5980f990ce3687bcee99d151fc0d0b16f)) ### Features * Improve "Installation incompatible" dialog message ([#2164](https://github.com/ReVanced/revanced-manager/issues/2164)) ([51c0f14](https://github.com/ReVanced/revanced-manager/commit/51c0f1405578886e3913f8cac8469ad155922276)) * Support Flutter 3.24 ([3d8318d](https://github.com/ReVanced/revanced-manager/commit/3d8318da144c10c3a5fae30162fb0460f798749b)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 213cc6e7..7681b018 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.22.0-dev.4+101800037 +version: 1.22.0+101800038 environment: sdk: '>=3.0.0 <4.0.0'