diff --git a/changelog.md b/changelog.md index 93ab8ea..28b3508 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 +### v3.8.1 +- **WebUI:** Fixed missing aosp key fallback when no valid key is available. + ### v3.8 - **WebUI:** Optimized UI. - **WebUI:** Added mirror link fallback to fetch content from raw.githubusercontent.com diff --git a/module/module.prop b/module/module.prop index 4cece27..b628aac 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=TA_utl name=Tricky Addon - Update Target List -version=v3.8 -versionCode=380 +version=v3.8.1 +versionCode=381 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 bb4bbf6..b65ee38 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 380, - "version": "v3.8", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.8/TrickyAddonModule-v3.8.zip", + "versionCode": 381, + "version": "v3.8.1", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v3.8.1/TrickyAddonModule-v3.8.1.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/main/changelog.md" } \ No newline at end of file