diff --git a/magisk/customize.sh b/magisk/customize.sh index 8b2e2d8..b16a5f3 100644 --- a/magisk/customize.sh +++ b/magisk/customize.sh @@ -17,3 +17,5 @@ else fi ui_print " by j-hc (github.com/j-hc)" + +ui_print " Thanks from ReVanced | MMT" diff --git a/magisk/module.prop b/magisk/module.prop index 3a4751a..5195c2f 100755 --- a/magisk/module.prop +++ b/magisk/module.prop @@ -1,7 +1,7 @@ id=zygisk-detach name=zygisk-detach -version=v1.2 -versionCode=3 +version=v1.3 +versionCode=4 author=j-hc description=Detaches installed apps from Play Store -updateJson=https://raw.githubusercontent.com/j-hc/zygisk-detach/master/update.json +updateJson=https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/update.json diff --git a/update.json b/update.json index 8d5ec5a..8e252d5 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.2", - "versionCode": 3, - "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.2.zip", - "changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md" + "version": "v1.3", + "versionCode": 4, + "zipUrl": "https://github.com/kazimmt/zygisk-detach/releases/latest/download/zygisk-detach-v1.3.zip", + "changelog": "https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/README.md" } \ No newline at end of file