Browse Source

Updated version number to 3.4.2-SNAPSHOT

v3_develop
jos 10 years ago
parent
commit
89f24e2d9b
6 changed files with 8 additions and 5 deletions
  1. +3
    -0
      HISTORY.md
  2. +1
    -1
      bower.json
  3. +1
    -1
      dist/vis.js
  4. +1
    -1
      dist/vis.min.js
  5. +1
    -1
      misc/how_to_publish.md
  6. +1
    -1
      package.json

+ 3
- 0
HISTORY.md View File

@ -2,6 +2,9 @@
http://visjs.org
## not yet released, version 3.4.2
## 2014-10-11, version 3.4.1
### Network

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "3.4.1",
"version": "3.4.2-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.4.1
* @version 3.4.2-SNAPSHOT
* @date 2014-09-11
*
* @license

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

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.4.1
* @version 3.4.2-SNAPSHOT
* @date 2014-09-11
*
* @license

+ 1
- 1
misc/how_to_publish.md View File

@ -61,8 +61,8 @@ This generates the vis.js library in the folder `./dist`.
## Update website
- Copy the `dist` folder from the `master` branch to the `github-pages` branch.
- Copy the `examples` folder from the `master` branch to the `github-pages` branch.
- Copy the `docs` folder from the `master` branch to the `github-pages` branch.
- 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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save