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}