From 82bebd879630bd044673e9c068a26b1fd42c9ed9 Mon Sep 17 00:00:00 2001 From: Rhyse Simpson Date: Mon, 8 Jul 2024 04:43:20 +1000 Subject: [PATCH] QuickSwitch 4.0.3 --- CHANGELOG.md | 4 ++++ QuickSwitch.json | 4 ++-- README.md | 4 ++++ module.prop | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd77c37..133e07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ QuickSwitch is a Magisk module which systemlessly allows supported launchers to ## Changelog: +### 4.0.3 + +- Various fixes for KSU/Apatch by @j7b3y, @DrDisagree, and @ammargitham + ### 4.0.2 - unrevert embed framework-res diff --git a/QuickSwitch.json b/QuickSwitch.json index 21a26fe..62edb5e 100644 --- a/QuickSwitch.json +++ b/QuickSwitch.json @@ -1,6 +1,6 @@ { - "version": "v4.0.2", - "versionCode": 4020, + "version": "v4.0.3", + "versionCode": 4030, "zipUrl": "https://github.com/skittles9823/QuickSwitch/releases/latest/download/QuickSwitch-Updater.zip", "changelog": "https://raw.githubusercontent.com/skittles9823/QuickSwitch/master/CHANGELOG.md" } diff --git a/README.md b/README.md index 2277b15..3d803b2 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ You can get support for the module in either the [Telegram group](https://t.me/Q ## Changelog: +### 4.0.3 + +- Various fixes for KSU/Apatch by @j7b3y, @DrDisagree, and @ammargitham + ### 4.0.2 - unrevert embed framework-res diff --git a/module.prop b/module.prop index 9e71f6b..ba16dda 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=quickswitch name=QuickSwitch -version=v4.0.2 -versionCode=4020 +version=v4.0.3 +versionCode=4030 author=The Lawnchair team description=Quickstep enabler for supported launchers updateJson=https://raw.githubusercontent.com/skittles9823/QuickSwitch/master/QuickSwitch.json