From a99406f0a9e14322d845bc387f6e18e9e2c16539 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jun 2024 17:03:46 +0000 Subject: [PATCH] chore(release): 1.21.0-dev.4 [skip ci] # [1.21.0-dev.4](https://github.com/ReVanced/revanced-manager/compare/v1.21.0-dev.3...v1.21.0-dev.4) (2024-06-24) ### Bug Fixes * Cache external API calls ([#1911](https://github.com/ReVanced/revanced-manager/issues/1911)) ([2c3e2e6](https://github.com/ReVanced/revanced-manager/commit/2c3e2e639f9f9b981f2438fef3c1e2f52f130a6d)) * Follow language update immediately ([#1944](https://github.com/ReVanced/revanced-manager/issues/1944)) ([c13827e](https://github.com/ReVanced/revanced-manager/commit/c13827e8e16042e6d50a54467aefac2b4ed21cfd)) * SecurityException when patching application ([#1856](https://github.com/ReVanced/revanced-manager/issues/1856)) ([e0a6de2](https://github.com/ReVanced/revanced-manager/commit/e0a6de2c2b70327e9a518a8a4470bd70a3942e48)) * Update dialog shows dev version & loading gets stuck in certain circumstances ([#1792](https://github.com/ReVanced/revanced-manager/issues/1792)) ([fc52560](https://github.com/ReVanced/revanced-manager/commit/fc525602448001a442d2f2dfe09c431eed80cd7b)) ### Features * Add ability to set `null` in patch options ([#1947](https://github.com/ReVanced/revanced-manager/issues/1947)) ([5c68d51](https://github.com/ReVanced/revanced-manager/commit/5c68d513a38dcca1b884429c28f5bb32697bf37d)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 43ed2f60..b840192a 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.3+101800019 +version: 1.21.0-dev.4+101800020 environment: sdk: '>=3.0.0 <4.0.0'