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

Commit

Permalink
Preparing release 2.4.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohack74 committed Sep 1, 2017
1 parent 5f2247a commit f3e2367
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4.41.1");
app.setApplicationVersion("2.4.42.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.4.41.1";
var version = "2.4.42.0";
4 changes: 2 additions & 2 deletions telegram/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"scope": "scope"
}
},
"version": "2.4.41.1",
"maintainer": "Ubuntu Telegram team <libqtelegram-team@lists.launchpad.net>"
"version": "2.4.42.0",
"maintainer": "UBports Telegram Team <florian@ubports.com>"
}

0 comments on commit f3e2367

Please sign in to comment.