diff --git a/FCS-Tools/updates.json b/FCS-Tools/updates.json index 38cf110..c7aadf0 100644 --- a/FCS-Tools/updates.json +++ b/FCS-Tools/updates.json @@ -4,10 +4,10 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "1.1.8", + "full-version": "1.2.0", "download-full":true, "changelog": "优化授权逻辑", - "modify-time": "20241129", + "modify-time": "20241209", "modifyCnt": "1" } } diff --git a/TGcs/TGcs-full-v1.0.2.exe b/TGcs/TGcs-full-v1.0.2.exe new file mode 100644 index 0000000..321d9a9 Binary files /dev/null and b/TGcs/TGcs-full-v1.0.2.exe differ diff --git a/TGcs/TGcs.iss b/TGcs/TGcs.iss index 2f3ebe9..b4a1fa1 100644 --- a/TGcs/TGcs.iss +++ b/TGcs/TGcs.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "TGcs" -#define MyAppVersion "1.0.1" +#define MyAppVersion "1.0.2" #define MyAppPublisher "My Company, Inc." #define MyAppURL "https://www.example.com/" #define MyAppExeName "TGcs.exe" diff --git a/TGcs/updates.json b/TGcs/updates.json index 387dba8..d773806 100644 --- a/TGcs/updates.json +++ b/TGcs/updates.json @@ -4,10 +4,10 @@ "windows": { "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", - "full-version": "1.0.1", + "full-version": "1.0.2", "download-full":true, "changelog": "优化", - "modify-time": "20241119", + "modify-time": "20241210", "modifyCnt": "1" } }