From 231050808445714695187dc768a5341424ffbb81 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 14 Mar 2024 01:02:14 +0000 Subject: [PATCH] Updated version from v1.60.1 to v1.62.0 --- files/VERSION.txt | 2 +- module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/VERSION.txt b/files/VERSION.txt index d4a9834..0f4b5a7 100644 --- a/files/VERSION.txt +++ b/files/VERSION.txt @@ -1 +1 @@ -v1.60.1 +v1.62.0 diff --git a/module.prop b/module.prop index a2f8dbf..ec8415d 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-tailscaled name=Magisk Tailscaled -version=1.60.1.0 -versionCode=01600100 +version=1.62.0.0 +versionCode=01620000 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 558b007..8258141 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.60.1.0", - "versionCode": "01600100", - "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.60.1.0/Magisk-Tailscaled-v1.60.1.0.zip", + "version": "v1.62.0.0", + "versionCode": "01620000", + "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.62.0.0/Magisk-Tailscaled-v1.62.0.0.zip", "changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.txt" }