diff --git a/magisk/module.prop b/magisk/module.prop index 8a07f7a..5e09067 100755 --- a/magisk/module.prop +++ b/magisk/module.prop @@ -1,7 +1,7 @@ id=zygisk-detach name=zygisk-detach -version=v1.4 -versionCode=5 +version=v1.5 +versionCode=6 author=j-hc description=Detaches installed apps from Play Store updateJson=https://raw.githubusercontent.com/j-hc/zygisk-detach/master/update.json diff --git a/update.json b/update.json index 08f5731..3174123 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.4", - "versionCode": 5, - "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.4.zip", + "version": "v1.5", + "versionCode": 6, + "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.5.zip", "changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md" } \ No newline at end of file