Skip to content

Commit 5d8a1b0

Browse files
Bump to version 1.5
1 parent 94ca607 commit 5d8a1b0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

other-languages/en_US/glm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
init(autoreset=True)
1111

12-
version = "1.4"
12+
version = "1.5"
1313
script_path = os.path.dirname(os.path.abspath(sys.argv[0]))
1414
config_path = os.path.join(script_path, "config.json")
1515

pack.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[Setup]
22
AppName=GitHub 标签管理器
3-
AppVersion=v1.4
4-
VersionInfoVersion=1.4
3+
AppVersion=1.5
4+
VersionInfoVersion=1.5
55
AppPublisher=DuckStudio
66
VersionInfoCopyright=Copyright (c) 鸭鸭「カモ」
77
AppPublisherURL=https://duckduckstudio.github.io/yazicbs.github.io/
88
DefaultDirName={autopf}\GitHub_Labels_Manager
99
DefaultGroupName=GitHub 标签管理器
1010
UninstallDisplayIcon={app}\glm.exe
1111
OutputDir=.\version\Release\zh-CN
12-
OutputBaseFilename=GitHub_Labels_Manager_Setup_v1.4
12+
OutputBaseFilename=GitHub_Labels_Manager_Setup_v1.5
1313
SetupIconFile=.\ico.ico
1414
LicenseFile=.\LICENSE
1515
Compression=lzma2

packEN.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[Setup]
22
AppName=GitHub Labels Manager
3-
AppVersion=v1.4
4-
VersionInfoVersion=1.4
3+
AppVersion=1.5
4+
VersionInfoVersion=1.5
55
AppPublisher=DuckStudio
66
VersionInfoCopyright=Copyright (c) 鸭鸭「カモ」
77
AppPublisherURL=https://duckduckstudio.github.io/yazicbs.github.io/
88
DefaultDirName={autopf}\GitHub_Labels_Manager
99
DefaultGroupName=GitHub Labels Manager
1010
UninstallDisplayIcon={app}\glm.exe
1111
OutputDir=.\version\Release\en-US
12-
OutputBaseFilename=GitHub_Labels_Manager_Setup_v1.4-EN
12+
OutputBaseFilename=GitHub_Labels_Manager_Setup_v1.5-EN
1313
SetupIconFile=.\ico.ico
1414
LicenseFile=.\LICENSE
1515
Compression=lzma2

程序脚本/glm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
init(autoreset=True)
1111

12-
version = "1.4"
12+
version = "1.5"
1313
script_path = os.path.dirname(os.path.abspath(sys.argv[0]))
1414
config_path = os.path.join(script_path, "config.json")
1515

0 commit comments

Comments
 (0)