Skip to content

Commit

Permalink
update version to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EtlamGit committed Sep 30, 2024
1 parent c8863bc commit 2bc87b1
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.20.0");
app.setApplicationVersion("2.21.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 @@ -514,7 +514,7 @@ void Minutor::about() {
"© Copyright %3, %4")
.arg(qApp->applicationName())
.arg(qApp->applicationVersion())
.arg("2010 - 2021")
.arg("2010 - 2024")
.arg(qApp->organizationName()));
}

Expand Down

0 comments on commit 2bc87b1

Please sign in to comment.