From edaa6cc33a2d2e0848d3684098640c0423c195b9 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 24 Oct 2014 10:00:41 +0200 Subject: [PATCH] Bumped version number to 3.6.3-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 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": {