Skip to content

Commit

Permalink
Updated translation credits and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanC committed Oct 30, 2023
1 parent ab32547 commit 849fa52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/dialogs/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ aboutDialog::aboutDialog(QWidget *parent) :
"<br>ID - triyanwn"
"<br>ES - darkshram"
"<br>JA - hmatrjp"
"<br>TR - sabriunal")
"<br>TR - sabriunal"
"<br>KO - VenusGirl")
);
ui->contribTextArea->setText(tr(
"eltonfabricio10 - Code"
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char *argv[])
{
// App details
app.setApplicationName("photoflare");
app.setApplicationVersion("1.6.13");
app.setApplicationVersion("1.6.14");
app.setOrganizationDomain("photoflare.io");

// Setup Default settings
Expand Down

0 comments on commit 849fa52

Please sign in to comment.