diff --git a/bower.json b/bower.json index 27990bf0..0eaf0a33 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.6.2", + "version": "3.6.3-SNAPSHOT", "main": ["dist/vis.min.js", "dist/vis.min.css"], "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", diff --git a/dist/vis.js b/dist/vis.js index 5645a7c1..55b458f4 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 3.6.2 + * @version 3.6.3-SNAPSHOT * @date 2014-10-24 * * @license diff --git a/dist/vis.min.js b/dist/vis.min.js index ce72ad44..9a6f1fe6 100644 --- a/dist/vis.min.js +++ b/dist/vis.min.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 3.6.2 + * @version 3.6.3-SNAPSHOT * @date 2014-10-24 * * @license diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 10f717d1..48156bc8 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -66,7 +66,7 @@ This generates the vis.js library in the folder `./dist`. - Copy the `examples` folder from the `master` branch to the `github-pages` branch. - Create a packaged version of vis.js. Go to the `master` branch and run: - zip vis.zip dist docs examples README.md HISTORY.md LICENSE NOTICE -r + zip vis.zip dist docs examples README.md HISTORY.md LICENSE* NOTICE -r - Move the created zip file `vis.zip` to the `download` folder in the `github-pages` branch. TODO: this should be automated. diff --git a/package.json b/package.json index d3c4de08..6cd0b8b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.6.2", + "version": "3.6.3-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {