Skip to content

Commit

Permalink
Update version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-505 committed Dec 27, 2023
1 parent 6761d34 commit 32be774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ auto main(int argc, char* argv[]) -> int
Q_INIT_RESOURCE(resources);

std::string version;
version = "1.3.0";
version = "1.3.1";
const QApplication app(argc, argv, QT_VERSION);
sudoku::MainGUI mainGUI(version, nullptr);
mainGUI.show();
Expand Down
2 changes: 1 addition & 1 deletion util/createSetup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define Name "Qudoku"
#define Version "1.3.0"
#define Version "1.3.1"
#define ExeName "Qudoku.exe"

[Setup]
Expand Down

0 comments on commit 32be774

Please sign in to comment.