diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e249c..b7d013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2 +##### ⚠️ This version is deprecating older superuser managers (Magisk: 26) (KSU: 0.9.5) ⚠️ +- Use better way of checking if boot completed +- Sped up the installation a bit +- Future-proof for newer magisk versions +- Add support for MMRL repo.json + ## 2.1 - Fix some unexpected behaviour with the free space check - Refactor some code to be POSIX compliant diff --git a/module.prop b/module.prop index 95e542a..6308921 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-swapspace name=Magisk SwapSpace -version=v2.1 -versionCode=21 +version=v2.2 +versionCode=22 author=chickendrop89 description=Save memory a bit by swapping some to a disk (magiskswap in terminal) updateJson=https://raw.githubusercontent.com/chickendrop89/magisk-swapspace/master/update.json \ No newline at end of file diff --git a/update.json b/update.json index c630097..45250b7 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.1", - "versionCode": 21, + "version": "v2.2", + "versionCode": 22, "zipUrl": "https://github.com/chickendrop89/magisk-swapspace/releases/latest/download/magiskswapspace.zip", "changelog": "https://raw.githubusercontent.com/chickendrop89/magisk-swapspace/master/CHANGELOG.md" } \ No newline at end of file