diff --git a/bower.json b/bower.json index bbe95269..27990bf0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.6.2-SNAPSHOT", + "version": "3.6.2", "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 f398fcc7..5645a7c1 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 3.6.2-SNAPSHOT + * @version 3.6.2 * @date 2014-10-24 * * @license diff --git a/dist/vis.min.js b/dist/vis.min.js index 9029e486..ce72ad44 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-SNAPSHOT + * @version 3.6.2 * @date 2014-10-24 * * @license diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 44c0eafc..10f717d1 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -9,6 +9,7 @@ This document describes how to publish vis.js. - Open `HISTORY.md`, write down the changes, version number, and release date. - Build the library by running: + npm prune npm update npm run build diff --git a/package.json b/package.json index 1393e4f7..d3c4de08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "3.6.2-SNAPSHOT", + "version": "3.6.2", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {