Skip to content

Commit 2fbcc65

Browse files
committed
bump 1.3
1 parent 38782b9 commit 2fbcc65

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

magisk/customize.sh

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ else
1717
fi
1818

1919
ui_print " by j-hc (github.com/j-hc)"
20+
21+
ui_print " Thanks from ReVanced | MMT"

magisk/module.prop

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=zygisk-detach
22
name=zygisk-detach
3-
version=v1.2
4-
versionCode=3
3+
version=v1.3
4+
versionCode=4
55
author=j-hc
66
description=Detaches installed apps from Play Store
7-
updateJson=https://raw.githubusercontent.com/j-hc/zygisk-detach/master/update.json
7+
updateJson=https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/update.json

update.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.2",
3-
"versionCode": 3,
4-
"zipUrl": "https://github.com/j-hc/zygisk-detach/releases/latest/download/zygisk-detach-v1.2.zip",
5-
"changelog": "https://raw.githubusercontent.com/j-hc/zygisk-detach/master/README.md"
2+
"version": "v1.3",
3+
"versionCode": 4,
4+
"zipUrl": "https://github.com/kazimmt/zygisk-detach/releases/latest/download/zygisk-detach-v1.3.zip",
5+
"changelog": "https://raw.githubusercontent.com/kazimmt/zygisk-detach/master/README.md"
66
}

0 commit comments

Comments
 (0)