Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
wwebfor committed Jul 4, 2014
1 parent 17131e6 commit cc924c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
2 changes: 1 addition & 1 deletion app/manifest.webapp
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laverna",
"version": "0.6.1",
"version": "0.6.2",
"dependencies": {
"requirejs": "~2.1.11",
"requirejs-text": "~2.0.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laverna",
"version": "0.6.1",
"version": "0.6.2",
"repository": {
"type": "git",
"url": "https://github.com/Laverna/laverna"
Expand Down

0 comments on commit cc924c1

Please sign in to comment.