diff --git a/files/VERSION.txt b/files/VERSION.txt index 6b007f1..9fac868 100644 --- a/files/VERSION.txt +++ b/files/VERSION.txt @@ -1 +1 @@ -v1.62.1 +v1.64.0 diff --git a/module.prop b/module.prop index a68ef10..36dd4bd 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-tailscaled name=Magisk Tailscaled -version=1.62.1.1 -versionCode=01620101 +version=1.64.0.0 +versionCode=01640000 author=anasfanani description=Tailscale. The easiest, most secure way to use WireGuard and 2FA. updateJson=https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/update.json \ No newline at end of file diff --git a/update.json b/update.json index 96b63d9..8333a6d 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.62.1.1", - "versionCode": "01620101", - "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.62.1.1/Magisk-Tailscaled-v1.62.1.1.zip", + "version": "v1.64.0.0", + "versionCode": "01640000", + "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.64.0.0/Magisk-Tailscaled-v1.64.0.0.zip", "changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.txt" }