Skip to content

Commit

Permalink
v1.0.1 (#7)
Browse files Browse the repository at this point in the history
🚀
  • Loading branch information
shun-iwasawa committed Mar 28, 2023
1 parent 9dab9e6 commit 5bcfbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char* argv[]) {
Logger::Initialize("Log.txt");
QApplication a(argc, argv);
a.setApplicationName("IwaWarper");
a.setApplicationVersion("1.0");
a.setApplicationVersion("1.0.1");

QDir::setCurrent(qApp->applicationDirPath());

Expand Down

0 comments on commit 5bcfbb7

Please sign in to comment.