From de3342400c73019ed23b2e86494c3a4d4274667e Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 5 Mar 2014 09:39:36 +0100 Subject: [PATCH] Updated version number to 0.7.0-SNAPSHOT --- bower.json | 2 +- dist/vis.js | 2 +- dist/vis.min.js | 2 +- misc/how_to_publish.md | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 6e74aa7b..d248818d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.6.0", + "version": "0.7.0-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": { diff --git a/dist/vis.js b/dist/vis.js index 155b95eb..cf2a95a5 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 0.6.0 + * @version 0.7.0-SNAPSHOT * @date 2014-03-05 * * @license diff --git a/dist/vis.min.js b/dist/vis.min.js index c92eac46..b2c22f8c 100644 --- a/dist/vis.min.js +++ b/dist/vis.min.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 0.6.0 + * @version 0.7.0-SNAPSHOT * @date 2014-03-05 * * @license diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 3b7557da..48846ca6 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -28,7 +28,7 @@ This generates the vis.js library in the folder `./dist`. - Commit the changes to the `develop` branch. - Merge the `develop` branch into the `master` branch. -- Push the brances to github +- Push the branches to github - Create a version tag (with the new version number) and push it to github: git tag v0.3.0 diff --git a/package.json b/package.json index 5641b571..d06443cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.6.0", + "version": "0.7.0-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {