diff --git a/package.json b/package.json index f04efa0e..71eac6a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LoquiIM", - "version": "v0.5.4", + "version": "v0.5.5", "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 61852c9c..0dc2857d 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.5.4", + "version": "v0.5.5", "main": "index.html", "window": { "toolbar": false, diff --git a/platform/firefoxos/manifest.webapp b/platform/firefoxos/manifest.webapp index b1e25d9a..3e273b81 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.5.4", + "version": "v0.5.5", "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 f4ae969d..9dd1b33e 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.5.4" + "version": "0.5.5" } diff --git a/src/scripts/loqui/app.js b/src/scripts/loqui/app.js index 96032dc4..58ca307f 100644 --- a/src/scripts/loqui/app.js +++ b/src/scripts/loqui/app.js @@ -32,7 +32,7 @@ var App = { * @type {string} * @const */ - version: 'v0.5.4', + version: 'v0.5.5', /** * @type {String}