diff --git a/changelog.md b/changelog.md index 931e48f..6245030 100755 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,9 @@ GitHub release: [Tricky Addon: Update Target List](https://github.com/KOWX712/Tr Telegram channel: [KOW's Little World](https://t.me/kowchannel) ## Changelog +### v1.4.1 +- Fixed Magisk installation issue + ### v1.4 - Migrate ro.boot.vbmeta.digest from system.prop to resetprop - Fix config list recognize error on some device diff --git a/lite-script_only/README.md b/lite-script_only/README.md index 7ef0593..0572c22 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -4,6 +4,9 @@ - Recommend to run with MT manager ## Changelog +### v1.\4.1 +- Remain same with v1.3.1 + ### v1.4 - Remain same with v1.3.1 diff --git a/lite-script_only/UpdateTargetList.sh b/lite-script_only/UpdateTargetList.sh index 83f2184..62f61c2 100644 --- a/lite-script_only/UpdateTargetList.sh +++ b/lite-script_only/UpdateTargetList.sh @@ -1,7 +1,7 @@ #!/bin/sh # by KOW -# Tricky Addon Lite: Update Target List Script v1.4 (v1.3.1) +# Tricky Addon Lite: Update Target List Script v1.4.1 (v1.3.1) # GitHub Repository: https://github.com/KOWX712/Tricky-Addon-Update-Target-List/blob/master/lite-script_only/README.md # Telegram channel: https://t.me/kowchannel diff --git a/module/module.prop b/module/module.prop index cb9b920..429f4b1 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon: Update Target List -version=v1.4 -versionCode=140 +version=v1.4.1 +versionCode=141 author=KOWX712 description=Update tricky store target list with action button. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json \ No newline at end of file