Skip to content

Commit

Permalink
🪩 main: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sclafus authored May 28, 2023
1 parent 888fe66 commit 256ecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int main(int argc, char **argv) {
app.setOrganizationName("miraya");
app.setOrganizationDomain("github.com/MirayaProject");
app.setApplicationName("bot");
app.setApplicationVersion("1.1.0");
app.setApplicationVersion("1.1.1");
MainWindow mw;
mw.show();
return app.exec();
Expand Down

0 comments on commit 256ecf7

Please sign in to comment.