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

Commit

Permalink
Building beta-release with supergroups!
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohack74 committed Nov 3, 2017
1 parent 9b6abb6 commit 17652e7
Show file tree
Hide file tree
Showing 4 changed files with 6 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.42.0");
app.setApplicationVersion("2.5.0.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.42.0";
var version = "2.5.0.0";
2 changes: 2 additions & 0 deletions telegram/app/qml/telegram.qml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ MainView {
id: account_list

onUnreadCountChanged: {
if (!pushClient)
return;
pushClient.count = unreadCount;
if (unreadCount == 0) {
pushClient.clearPersistent([]);
Expand Down
4 changes: 2 additions & 2 deletions telegram/manifest.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ubuntu.telegram",
"description": "Telegram for Ubuntu Phone",
"framework": "ubuntu-sdk-15.04.3",
"framework": "ubuntu-sdk-15.04.6",
"architecture": "@CLICK_ARCH@",
"title": "Telegram",
"hooks": {
Expand All @@ -21,6 +21,6 @@
"scope": "scope"
}
},
"version": "2.4.42.0",
"version": "2.5.0.0",
"maintainer": "UBports Telegram Team <[email protected]>"
}

0 comments on commit 17652e7

Please sign in to comment.