Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Nov 4, 2023
1 parent 5ca4330 commit 1bfcffa
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.0.3"
#define MyAppVersion "1.1.0"
#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.0.3");
QApplication::setApplicationVersion("1.1.0");

MainWindow mainWindow;

Expand Down

0 comments on commit 1bfcffa

Please sign in to comment.