Skip to content

Commit

Permalink
This is v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeerw committed Mar 13, 2016
1 parent 57e1a79 commit 736c3d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion platform/desktop/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion platform/firefoxos/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion platform/ubuntu-touch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"maintainer": "LoquiIM Community",
"name": "com.ubuntu.loqui.im.loqui",
"title": "LoquiIM",
"version": "0.4.15"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion src/scripts/loqui/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var App = {
* @type {string}
* @const
*/
version: 'v0.4.15',
version: 'v0.5.0',

/**
* @type {String}
Expand Down

0 comments on commit 736c3d1

Please sign in to comment.