Skip to content

Commit

Permalink
chore: bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Nov 3, 2024
1 parent 96df2c1 commit 898cc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ZJU Connect for Windows"
#define MyAppVersion "1.1.2"
#define MyAppVersion "1.1.3"
#define MyAppPublisher "Myth"
#define MyAppURL "https://github.com/Mythologyli/ZJU-Connect-for-Windows"
#define MyAppExeName "ZJUConnectForWindows.exe"
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int main(int argc, char *argv[])
{
SingleApplication app(argc, argv);
QApplication::setApplicationName("ZJU Connect for Windows");
QApplication::setApplicationVersion("1.1.2");
QApplication::setApplicationVersion("1.1.3");

QApplication::setFont(QFont("Microsoft YaHei UI", 9));

Expand Down

0 comments on commit 898cc76

Please sign in to comment.