diff --git a/magisk/module.prop b/magisk/module.prop index f8a0a68..df83808 100755 --- a/magisk/module.prop +++ b/magisk/module.prop @@ -1,7 +1,7 @@ id=zygisk-detach name=zygisk-detach -version=v1.9 -versionCode=10 +version=v1.9.1 +versionCode=11 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 dde5cff..89240f8 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.9", - "versionCode": 10, - "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.9.zip", + "version": "v1.9.1", + "versionCode": 11, + "zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.9.1.zip", "changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md" } \ No newline at end of file