From 975870e25430ed3dec76f76414a6e1ca7e6955b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Apr 2024 01:19:30 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/ReVanced/revanced-manager/compare/v1.19.3...v1.20.0) (2024-04-05) ### Bug Fixes * disable proguard obfuscation ([401646a](https://github.com/ReVanced/revanced-manager/commit/401646ace4e2dc2ec12c403dc6011aaed878dcda)) * Do not crash when selecting an APK from storage ([#1768](https://github.com/ReVanced/revanced-manager/issues/1768)) ([8564c1a](https://github.com/ReVanced/revanced-manager/commit/8564c1a72e7f9d2c546fa0025b0626cfba26959e)) * Don't translation ReVanced repository ([c265794](https://github.com/ReVanced/revanced-manager/commit/c265794d0efbc3ed2dea7a60c7ebd461f711799a)) * Ensure safe area usage in Changelogs Modal Bottom Sheet ([#1772](https://github.com/ReVanced/revanced-manager/issues/1772)) ([c981cb4](https://github.com/ReVanced/revanced-manager/commit/c981cb4a41051bc68b14cec55520c808311952b7)) * Pre-releases changelog being shown ([#1767](https://github.com/ReVanced/revanced-manager/issues/1767)) ([add49e1](https://github.com/ReVanced/revanced-manager/commit/add49e14fb71e3b9b5f0988e39c3a664fd5b36b1)) * Replace Spacer with Expanded to avoid overflow ([#1791](https://github.com/ReVanced/revanced-manager/issues/1791)) ([6f70a07](https://github.com/ReVanced/revanced-manager/commit/6f70a079701be63fc59b7272d0ddc4334c89d798)) * Set text colour on dropdown menu for Custom Value ([966796d](https://github.com/ReVanced/revanced-manager/commit/966796dfec0691bac87960f508dd0351a8fd1d77)), closes [#1584](https://github.com/ReVanced/revanced-manager/issues/1584) * **ui:** Support free-scroll and auto-scroll for the installer logs ([#1736](https://github.com/ReVanced/revanced-manager/issues/1736)) ([#1836](https://github.com/ReVanced/revanced-manager/issues/1836)) ([025ff52](https://github.com/ReVanced/revanced-manager/commit/025ff527ee8bfc01767c5df94cb399ca3b98cf27)) ### Features * Improve language update settings ([#1838](https://github.com/ReVanced/revanced-manager/issues/1838)) ([f9e6ef3](https://github.com/ReVanced/revanced-manager/commit/f9e6ef3fd3612e72de358beb9f5d33b827dd2441)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 92ba2c6a..43974770 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.20.0-dev.1+101800014 +version: 1.20.0+101800015 environment: sdk: '>=3.0.0 <4.0.0'