From 41b1cec8d33836fbb0abefafc83367ce3d186d1e Mon Sep 17 00:00:00 2001 From: Ushie Date: Mon, 31 Oct 2022 00:57:12 +0300 Subject: [PATCH 1/2] feat: move to new API domain --- lib/services/manager_api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/manager_api.dart b/lib/services/manager_api.dart index 80137d471c..5ba3c5a58f 100644 --- a/lib/services/manager_api.dart +++ b/lib/services/manager_api.dart @@ -20,7 +20,7 @@ class ManagerAPI { final String patcherRepo = 'revanced-patcher'; final String cliRepo = 'revanced-cli'; late SharedPreferences _prefs; - String defaultApiUrl = 'https://releases.rvcd.win/'; + String defaultApiUrl = 'https://releases.revanced.app/'; String defaultPatcherRepo = 'revanced/revanced-patcher'; String defaultPatchesRepo = 'revanced/revanced-patches'; String defaultIntegrationsRepo = 'revanced/revanced-integrations'; From 293f7150f1264af29ebefad6a82899fe756c90c0 Mon Sep 17 00:00:00 2001 From: Ushie Date: Mon, 31 Oct 2022 00:59:57 +0300 Subject: [PATCH 2/2] build: bump version to v0.0.37 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 22f5cfac37..c321e8fdf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/revanced/revanced-manager publish_to: 'none' -version: 0.0.36+36 +version: 0.0.37+37 environment: sdk: ">=2.17.5 <3.0.0"