From 61217fe529f7cb0d5eb038e6dc1b91a235e22e77 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 16 Apr 2014 11:55:27 +0200 Subject: [PATCH] Updated version number to 0.7.4-SNAPSHOT --- bower.json | 2 +- dist/vis.js | 2 +- dist/vis.min.js | 2 +- misc/how_to_publish.md | 12 +----------- package.json | 2 +- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/bower.json b/bower.json index 6ae9171e..e8b547b2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.7.3", + "version": "0.7.4-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": { diff --git a/dist/vis.js b/dist/vis.js index 1ca8dd04..fdc4d8d7 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 0.7.3 + * @version 0.7.4-SNAPSHOT * @date 2014-04-16 * * @license diff --git a/dist/vis.min.js b/dist/vis.min.js index b2e6004c..1ae1de6f 100644 --- a/dist/vis.min.js +++ b/dist/vis.min.js @@ -4,7 +4,7 @@ * * A dynamic, browser-based visualization library. * - * @version 0.7.3 + * @version 0.7.4-SNAPSHOT * @date 2014-04-16 * * @license diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index 48846ca6..f2af2654 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -55,17 +55,7 @@ This generates the vis.js library in the folder `./dist`. Verify if it installs the just released version, and verify if it works. - -- Publish the library at cdnjs.org - - clone the cdnjs project - - pull changes: `git pull upstream` - - add the new version of the library under /ajax/libs/vis/ - - add new folder /x.y.z/ with the new library - - update the version number in package.json - - test the library by running `npm test` - - then do a pull request with as title "[author] Update vis.js to x.y.z" - (with correct version). - + - Verify within an hour whether vis.js is updated on http://cdnjs.com/ ## Update website diff --git a/package.json b/package.json index 8264c28a..da0a30c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "0.7.3", + "version": "0.7.4-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "repository": {