diff --git a/README.md b/README.md index d55e7bd5e..f1ada7595 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To install, do the following: #### 2. Switch to stable version: - git checkout 0.6.1 + git checkout 0.6.2 #### 3. Ensure you have the node.js platform installed. See OS-specific instructions on their [website][8]. diff --git a/app/manifest.webapp b/app/manifest.webapp index 9a3663e70..03375f94e 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -1,7 +1,7 @@ { "name": "laverna", "description": "Open source note taking web application", - "version": "0.6.1", + "version": "0.6.2", "launch_path": "/index.html", "icons": { "16": "/images/icon/icon-16x16.png", diff --git a/app/scripts/constants.js b/app/scripts/constants.js index eb4fde011..2bdea6cd5 100644 --- a/app/scripts/constants.js +++ b/app/scripts/constants.js @@ -4,7 +4,7 @@ define(['underscore'], function (_) { var constants = {}; - constants.VERSION = '0.6.1'; + constants.VERSION = '0.6.2'; constants.URL = location.origin + location.pathname.replace('index.html', ''); // List of hosts and urls where default dropbox API will work diff --git a/bower.json b/bower.json index a54fca594..17946ae37 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.6.1", + "version": "0.6.2", "dependencies": { "requirejs": "~2.1.11", "requirejs-text": "~2.0.10", diff --git a/package.json b/package.json index 1db499759..e0b9a03d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.6.1", + "version": "0.6.2", "repository": { "type": "git", "url": "https://github.com/Laverna/laverna"