From 736c3d1db1b35d264c27559ad18db1b69ea8d4a0 Mon Sep 17 00:00:00 2001 From: Christof Meerwald Date: Sun, 13 Mar 2016 22:16:49 +0000 Subject: [PATCH] This is v0.5.0 --- package.json | 2 +- platform/desktop/package.json | 2 +- platform/firefoxos/manifest.webapp | 2 +- platform/ubuntu-touch/manifest.json | 2 +- src/scripts/loqui/app.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b61ee978..2bcce2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LoquiIM", - "version": "v0.4.15", + "version": "v0.5.0", "description": "Loqui Instant Messenger unifies all your chat accounts in just one app", "author": { "name": "LoquiIM Community", diff --git a/platform/desktop/package.json b/platform/desktop/package.json index 4bafe5bc..e599939b 100644 --- a/platform/desktop/package.json +++ b/platform/desktop/package.json @@ -1,7 +1,7 @@ { "name": "LoquiIM", "description": "Loqui Instant Messenger unifies all your chat accounts in just one app.", - "version": "v0.4.15", + "version": "v0.5.0", "main": "index.html", "window": { "toolbar": false, diff --git a/platform/firefoxos/manifest.webapp b/platform/firefoxos/manifest.webapp index 614c905e..95f3b76c 100644 --- a/platform/firefoxos/manifest.webapp +++ b/platform/firefoxos/manifest.webapp @@ -7,7 +7,7 @@ "type": "privileged", "launch_path": "/index.html", "description": "Loqui Instant Messenger unifies all your chat accounts in just one app.", - "version": "v0.4.15", + "version": "v0.5.0", "icons": { "32": "/img/icon-32.png", "60": "/img/icon-60.png", diff --git a/platform/ubuntu-touch/manifest.json b/platform/ubuntu-touch/manifest.json index d15edceb..04655ff8 100644 --- a/platform/ubuntu-touch/manifest.json +++ b/platform/ubuntu-touch/manifest.json @@ -11,5 +11,5 @@ "maintainer": "LoquiIM Community", "name": "com.ubuntu.loqui.im.loqui", "title": "LoquiIM", - "version": "0.4.15" + "version": "0.5.0" } diff --git a/src/scripts/loqui/app.js b/src/scripts/loqui/app.js index f6b60612..d2619215 100644 --- a/src/scripts/loqui/app.js +++ b/src/scripts/loqui/app.js @@ -32,7 +32,7 @@ var App = { * @type {string} * @const */ - version: 'v0.4.15', + version: 'v0.5.0', /** * @type {String}