From 42a8f6baae2ea15d7a91f08e651e7de41511babe Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sat, 7 Dec 2024 21:20:53 +0800 Subject: [PATCH] v2.7.1 quick fix --- changelog.md | 3 +++ module/module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index aeb5838..0314503 100755 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,9 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v2.7.1 +- Link redirect quick fix + ### v2.7 - Abandoned `UpdateTargetList.sh`; No longer automatically update target on boot. - Adapted with MMRL, Magisk user can uninstall KSUWebUIStandalone if you have latest MMRL installed, action button will redirect to MMRL if KSUWebUIStandalone not found. diff --git a/module/module.prop b/module/module.prop index 79c8bf0..025e9c2 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v2.7 -versionCode=270 +version=v2.7.1 +versionCode=271 author=KOWX712 description=A WebUI to conifgure tricky store target.txt updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/update.json diff --git a/update.json b/update.json index d20707f..d0afd46 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 270, - "version": "v2.7", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.7/TrickyAddonModule-v2.7.zip", + "versionCode": 271, + "version": "v2.7.1", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.7.1/TrickyAddonModule-v2.7.1.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file