From 72f0dec70a16b5529626f1d0117bb332c1691549 Mon Sep 17 00:00:00 2001 From: Christof Meerwald Date: Sun, 24 Apr 2016 18:03:17 +0100 Subject: [PATCH] This is v0.5.4 --- 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 81777193..f04efa0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LoquiIM", - "version": "v0.5.3", + "version": "v0.5.4", "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 742aadb6..61852c9c 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.3", + "version": "v0.5.4", "main": "index.html", "window": { "toolbar": false, diff --git a/platform/firefoxos/manifest.webapp b/platform/firefoxos/manifest.webapp index 4d4554db..b1e25d9a 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.3", + "version": "v0.5.4", "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 ea31c5e2..f4ae969d 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.3" + "version": "0.5.4" } diff --git a/src/scripts/loqui/app.js b/src/scripts/loqui/app.js index 244436d9..8da20194 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.3', + version: 'v0.5.4', /** * @type {String}