Browse Source

Bumped version number to 3.10.1-SNAPSHOT

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

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "3.10.0",
"version": "3.10.1-SNAPSHOT",
"main": ["dist/vis.min.js", "dist/vis.min.css"],
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",

+ 4640
- 4640
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 7
- 7
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 3
misc/how_to_publish.md View File

@ -74,9 +74,7 @@ This generates the vis.js library in the folder `./dist`.
- Check if there are new or updated examples, and update the gallery screenshots
accordingly.
- Go to the `github-pages` branch and run the following script:
node updateversion.js
- Update the library version number in the index.html page.
- Commit the changes in the `gh-pages` branch.

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "3.10.0",
"version": "3.10.1-SNAPSHOT",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

Loading…
Cancel
Save