Browse Source

Moved to 4.5.1--snapshot

flowchartTest
Alex de Mulder 9 years ago
parent
commit
6c89cbdb0e
3 changed files with 4 additions and 2 deletions
  1. +1
    -1
      bower.json
  2. +2
    -0
      misc/how_to_publish.md
  3. +1
    -1
      package.json

+ 1
- 1
bower.json View File

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

+ 2
- 0
misc/how_to_publish.md View File

@ -76,6 +76,8 @@ This generates the vis.js library in the folder `./dist`.
- Update the library version number in the index.html page.
- Update the CDN links, regardless if they are online or not.
- Commit the changes in the `gh-pages` branch.

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "4.5.0",
"version": "4.5.1--snapshot",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"license": "(Apache-2.0 OR MIT)",

Loading…
Cancel
Save