diff --git a/HISTORY.md b/HISTORY.md index 639c5c09..b40fff50 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ http://visjs.org +## not yet released, version 3.4.2 + + ## 2014-10-11, version 3.4.1 ### Network diff --git a/bower.json b/bower.json index 5b2a5621..50edae47 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.4.1", + "version": "3.4.2-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 3247424f..d2e27c20 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 3.4.1 + * @version 3.4.2-SNAPSHOT * @date 2014-09-11 * * @license diff --git a/dist/vis.min.js b/dist/vis.min.js index 1333b643..6535e314 100644 --- a/dist/vis.min.js +++ b/dist/vis.min.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 3.4.1 + * @version 3.4.2-SNAPSHOT * @date 2014-09-11 * * @license diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 84dde94b..44c0eafc 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -61,8 +61,8 @@ This generates the vis.js library in the folder `./dist`. ## Update website - Copy the `dist` folder from the `master` branch to the `github-pages` branch. -- Copy the `examples` folder from the `master` branch to the `github-pages` branch. - Copy the `docs` folder from the `master` branch to the `github-pages` branch. +- 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 diff --git a/package.json b/package.json index 5aa529e9..f46c3592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.4.1", + "version": "3.4.2-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {