From f789c7904a40da02ca0b106515b6da0a1571bd7a Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Sat, 5 Jul 2025 17:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inno/innosetup_x64.iss | 2 +- inno/innosetup_x86.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inno/innosetup_x64.iss b/inno/innosetup_x64.iss index 89abd91..563cfb9 100644 --- a/inno/innosetup_x64.iss +++ b/inno/innosetup_x64.iss @@ -2,7 +2,7 @@ ; 有关创建 Inno Setup 脚本文件的详细信息,请参阅帮助文档! #define MyAppName "kortapp-z" -#define MyAppVersion "1.2.0" +#define MyAppVersion "1.2.1" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" #define MyAppExeName "kortapp-z.exe" diff --git a/inno/innosetup_x86.iss b/inno/innosetup_x86.iss index 7c20fca..c79cbe1 100644 --- a/inno/innosetup_x86.iss +++ b/inno/innosetup_x86.iss @@ -2,7 +2,7 @@ ; 有关创建 Inno Setup 脚本文件的详细信息,请参阅帮助文档! #define MyAppName "kortapp-z" -#define MyAppVersion "1.2.0" +#define MyAppVersion "1.2.1" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" #define MyAppExeName "kortapp-z.exe"