diff --git a/files/VERSION.txt b/files/VERSION.txt index de4a849..0b3dbbf 100644 --- a/files/VERSION.txt +++ b/files/VERSION.txt @@ -1 +1 @@ -v1.72.1 +v1.74.0 diff --git a/module.prop b/module.prop index da2fa80..f72dda0 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-tailscaled name=Magisk Tailscaled -version=1.72.1.0 -versionCode=01720100 +version=1.74.0.0 +versionCode=01740000 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 befc0b1..f23904e 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.72.1.0", - "versionCode": "01720100", - "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.72.1.0/Magisk-Tailscaled-v1.72.1.0.zip", + "version": "v1.74.0.0", + "versionCode": "01740000", + "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.74.0.0/Magisk-Tailscaled-v1.74.0.0.zip", "changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.txt" }