From a28d77bc659f7382e4dd6d73c4bd115a0ec6f13d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jun 2024 20:45:38 +0000 Subject: [PATCH] chore(release): 1.21.0-dev.6 [skip ci] # [1.21.0-dev.6](https://github.com/ReVanced/revanced-manager/compare/v1.21.0-dev.5...v1.21.0-dev.6) (2024-06-30) ### Bug Fixes * Add missing import to patch options field ([d60f9aa](https://github.com/ReVanced/revanced-manager/commit/d60f9aa1d80a4a97b100843d16e5a37b8f312a72)) * Follow system theme immediately ([#1942](https://github.com/ReVanced/revanced-manager/issues/1942)) ([694f2a9](https://github.com/ReVanced/revanced-manager/commit/694f2a9faed0ca549a40e11abf20242121b773e6)) * Handle selecting files and folders for patch options correctly ([#1941](https://github.com/ReVanced/revanced-manager/issues/1941)) ([b26760b](https://github.com/ReVanced/revanced-manager/commit/b26760b2163081e0e49b0bcd4799abefb4118920)) * Increase dashboard RefreshIndicator edge offset ([#1859](https://github.com/ReVanced/revanced-manager/issues/1859)) ([232b702](https://github.com/ReVanced/revanced-manager/commit/232b70278971a1a6a67867577359a6de99455689)) * Select previously applied patches when loading patch selection ([#1865](https://github.com/ReVanced/revanced-manager/issues/1865)) ([7ef8f04](https://github.com/ReVanced/revanced-manager/commit/7ef8f0454b61429a1e4e9d306535f23b2fca5ba7)) * Unsupported patch toast says "patchItem.unsupportedPatchVersion" ([#2011](https://github.com/ReVanced/revanced-manager/issues/2011)) ([3209c0e](https://github.com/ReVanced/revanced-manager/commit/3209c0e430f82d55704a609eb1057d052441c5a3)) ### Features * Save last patched app ([#1414](https://github.com/ReVanced/revanced-manager/issues/1414)) ([7720408](https://github.com/ReVanced/revanced-manager/commit/77204087bba250cd6dc0c10f406016f9d3f976b3)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1a568076..5fe5b830 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.21.0-dev.5+101800021 +version: 1.21.0-dev.6+101800022 environment: sdk: '>=3.0.0 <4.0.0'