From de1fc671e0e4e2cee5493b06fc8f0cbf62d3721b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 16 Dec 2023 01:05:45 +0000 Subject: [PATCH] Updated version from v1.56.0 to v1.56.1 --- 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 e7e45c8..a003b19 100644 --- a/files/VERSION.txt +++ b/files/VERSION.txt @@ -1 +1 @@ -v1.56.0 +v1.56.1 diff --git a/module.prop b/module.prop index 8c6b069..390de6f 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-tailscaled name=Magisk-Tailscaled -version=1.56.0.0 -versionCode=01560000 +version=1.56.1.0 +versionCode=01560100 author=anasfanani description=Run Tailscaled with magisk. 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 73542c9..182420d 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.56.0.0", - "versionCode": "01560000", - "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.56.0.0/Magisk-Tailscaled-v1.56.0.0.zip", + "version": "v1.56.1.0", + "versionCode": "01560100", + "zipUrl": "https://github.com/anasfanani/Magisk-Tailscaled/releases/download/v1.56.1.0/Magisk-Tailscaled-v1.56.1.0.zip", "changelog": "https://raw.githubusercontent.com/anasfanani/Magisk-Tailscaled/master/CHANGELOG.txt" }