Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Versioning for 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohack74 committed Mar 5, 2018
1 parent 1338bcd commit a436ae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion telegram/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char *argv[])
AsemanApplication app(argc, argv);
app.setApplicationName("Telegram");
app.setApplicationDisplayName("Telegram");
app.setApplicationVersion("2.5.2.0");
app.setApplicationVersion("2.5.3.0");
app.setOrganizationDomain("com.ubuntu.telegram");
app.setOrganizationName("com.ubuntu.telegram");
app.setWindowIcon(QIcon(":/qml/icons/telegram.png"));
Expand Down
2 changes: 1 addition & 1 deletion telegram/app/qml/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var version = "2.5.2.0";
var version = "2.5.3.0";
2 changes: 1 addition & 1 deletion telegram/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"scope": "scope"
}
},
"version": "2.5.2.0",
"version": "2.5.3.0",
"maintainer": "UBports Telegram Team <[email protected]>"
}

0 comments on commit a436ae7

Please sign in to comment.