From e7323038d2237356d16c3a8a623be5c429ac08fc Mon Sep 17 00:00:00 2001 From: Simon Shi <9512067+simonsmh@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:42:29 +0800 Subject: [PATCH] drop lite branch support --- version.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/version.json b/version.json index addbb55..561cc79 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,6 @@ { - "version": "21 (Sans-2.004-VF/Serif-2.000R)", - "versionCode": 21, - "zipUrl": "https://github.com/simonsmh/notocjk/releases/download/21_lite/notocjk.zip" + "version": "24 (Sans-2.004-VF/Serif-2.002-VF)", + "versionCode": 24, + "zipUrl": "https://github.com/simonsmh/notocjk/releases/download/24/notocjk.zip", + "changelog": "https://cdn.jsdelivr.net/gh/simonsmh/notocjk/extra/changelog.md" }