Browse Source

Bumped version number to v4.16.1-SNAPSHOT

codeClimate
jos 8 years ago
parent
commit
d3bfca5c05
3 changed files with 7 additions and 2 deletions
  1. +5
    -0
      HISTORY.md
  2. +1
    -1
      misc/how_to_publish.md
  3. +1
    -1
      package.json

+ 5
- 0
HISTORY.md View File

@ -2,6 +2,11 @@
http://visjs.org
## not yet released, version 4.16.1-SNAPSHOT
## 2016-04-07, version 4.16.0
### Timeline

+ 1
- 1
misc/how_to_publish.md View File

@ -84,5 +84,5 @@ This generates the vis.js library in the folder `./dist`.
## Prepare next version
- Switch to the `develop` branch.
- Change version numbers in `package.json` and `bower.json` to a snapshot
- Change version numbers in `package.json` to a snapshot
version like `0.4.0-SNAPSHOT`.

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save