Skip to content

Commit

Permalink
update release number (#257)
Browse files Browse the repository at this point in the history
+ bump version number to match Minecraft version
+ change year in copyright message
  • Loading branch information
EtlamGit authored Oct 11, 2021
1 parent a757683 commit 1c34137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
app.installTranslator(&translator);

app.setApplicationName("Minutor");
app.setApplicationVersion("2.3.0");
app.setApplicationVersion("2.17.0");
app.setOrganizationName("seancode");

Minutor minutor;
Expand Down
2 changes: 1 addition & 1 deletion minutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void Minutor::about() {
"© Copyright %3, %4")
.arg(qApp->applicationName())
.arg(qApp->applicationVersion())
.arg(2019)
.arg("2010 - 2021")
.arg(qApp->organizationName()));
}

Expand Down

0 comments on commit 1c34137

Please sign in to comment.