From bea99bb4c685a98d49491cc5c0e9a799fd34865b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jan 2024 11:41:51 +0000 Subject: [PATCH] chore(release): 1.19.0-dev.1 [skip ci] # [1.19.0-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.18.0...v1.19.0-dev.1) (2024-01-22) ### Bug Fixes * added a trailing comma ([975180b](https://github.com/ReVanced/revanced-manager/commit/975180b075a6a40fa514328902f103a0685987cc)) * Allow mounting without Magisk ([3f96608](https://github.com/ReVanced/revanced-manager/commit/3f96608398c92af7f2311e511d44363532b84fd4)) * fix redundant buttons on dialog ([079c0de](https://github.com/ReVanced/revanced-manager/commit/079c0defafafffc532136e976d12cf0f2223ecd7)) * Incorrect strings and logics ([#1619](https://github.com/ReVanced/revanced-manager/issues/1619)) ([4f22e88](https://github.com/ReVanced/revanced-manager/commit/4f22e88e427cc9f08303a2a94cc94f95ac133c54)) * **Keystore Password:** textfield title display ([8e52abd](https://github.com/ReVanced/revanced-manager/commit/8e52abda9aa529b229bfcd2aeea4296e88f1375b)) * Mount script causes build to fail ([#1613](https://github.com/ReVanced/revanced-manager/issues/1613)) ([f3c78c2](https://github.com/ReVanced/revanced-manager/commit/f3c78c2c244f4162d7a6ebb2ea0d602dcd6b6533)) * **Patch Option:** Set text colour on dropdown menu ([acb1e24](https://github.com/ReVanced/revanced-manager/commit/acb1e2434b28efca852297e0a0a8ffce155e67e4)) * **Release CI:** truncate the "v" from version ([8595099](https://github.com/ReVanced/revanced-manager/commit/85950991ab7b9c902fede56b8910a98bd24c3838)) * use lowercase repo names ([#1626](https://github.com/ReVanced/revanced-manager/issues/1626)) ([edd8602](https://github.com/ReVanced/revanced-manager/commit/edd86024b936d213e1053c233fdb322360b6e2ed)) ### Features * Add API migration code ([#1615](https://github.com/ReVanced/revanced-manager/issues/1615)) ([28ae276](https://github.com/ReVanced/revanced-manager/commit/28ae2766f001453d1aa33deae60da77788f75242)) * add haptic feedback ([#1459](https://github.com/ReVanced/revanced-manager/issues/1459)) ([7911459](https://github.com/ReVanced/revanced-manager/commit/79114598173c3059ad3a1d9cc33708e095747d12)) * Improve app selector and patcher UI ([#1616](https://github.com/ReVanced/revanced-manager/issues/1616)) ([efb2d5e](https://github.com/ReVanced/revanced-manager/commit/efb2d5ef3292b834dd76cddfe28850eafe1a38ee)) * Improve Split APK warning readability ([#1625](https://github.com/ReVanced/revanced-manager/issues/1625)) ([6fd740f](https://github.com/ReVanced/revanced-manager/commit/6fd740f8c0832f34f9a303d5bfb6a59873955aef)) * Simplify settings strings ([#1618](https://github.com/ReVanced/revanced-manager/issues/1618)) ([0d45fe4](https://github.com/ReVanced/revanced-manager/commit/0d45fe4a972a327b900cd9a667a673d61b7451dc)) * use native TextField ([9ed43ef](https://github.com/ReVanced/revanced-manager/commit/9ed43efe5de20f66381ddb6b87738212e0a1f779)) ### Performance Improvements * Load patched apps as soon as possible ([c94eb7a](https://github.com/ReVanced/revanced-manager/commit/c94eb7a48ee3db12bd5406a1566c3ca50f2daf71)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f0f15b47..053d272c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.18.0+101800000 +version: 1.19.0-dev.1+1900001 environment: sdk: '>=3.0.0 <4.0.0'