diff --git a/files/VERSION.txt b/files/VERSION.txt index d0109c6..8d3c419 100644 --- a/files/VERSION.txt +++ b/files/VERSION.txt @@ -1 +1 @@ -v1.70.0 +v1.72.0 diff --git a/module.prop b/module.prop index 912302f..992bf14 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-tailscaled name=Magisk Tailscaled -version=1.70.0.0 -versionCode=01700000 +version=1.72.0.0 +versionCode=01720000 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 7a04ded..082e427 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.70.0.0", - "versionCode": "01700000", - "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.70.0.0/Magisk-Tailscaled-v1.70.0.0.zip", + "version": "v1.72.0.0", + "versionCode": "01720000", + "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.72.0.0/Magisk-Tailscaled-v1.72.0.0.zip", "changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.txt" }