Browse Source

Bumped version number to 3.6.3-SNAPSHOT

v3_develop
jos 9 years ago
parent
commit
edaa6cc33a
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      bower.json
  2. +1
    -1
      dist/vis.js
  3. +1
    -1
      dist/vis.min.js
  4. +1
    -1
      misc/how_to_publish.md
  5. +1
    -1
      package.json

+ 1
- 1
bower.json View File

@ -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/",

+ 1
- 1
dist/vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.6.2
* @version 3.6.3-SNAPSHOT
* @date 2014-10-24
*
* @license

+ 1
- 1
dist/vis.min.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.6.2
* @version 3.6.3-SNAPSHOT
* @date 2014-10-24
*
* @license

+ 1
- 1
misc/how_to_publish.md View File

@ -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.

+ 1
- 1
package.json View File

@ -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": {

Loading…
Cancel
Save