From c528cdb3cf56097826c02ffda55c56851b861b32 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 15 Apr 2026 20:32:20 +0900 Subject: [PATCH] Update version.json to v1.0.1 --- version.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/version.json b/version.json index efa8677..18d175a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 1, - "versionName": "1.0.0", - "apkUrl": "https://git.webpluss.net/sanjeok77/tvmon_release/releases/download/v1.0.0/app-release.apk", - "updateMessage": "tvmon v1.0.0 - Initial release with pagination fix and cast display" -} \ No newline at end of file + "versionCode": 2, + "versionName": "1.0.1", + "apkUrl": "https://git.webpluss.net/sanjeok77/tvmon_release/releases/download/v1.0.1/app-release.apk", + "updateMessage": "v1.0.1 - Bug fixes" +}