Browse Source

Updated version number to 0.7.0-SNAPSHOT

css_transitions
josdejong 10 years ago
parent
commit
de3342400c
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": "0.6.0",
"version": "0.7.0-SNAPSHOT",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {

+ 1
- 1
dist/vis.js View File

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.6.0
* @version 0.7.0-SNAPSHOT
* @date 2014-03-05
*
* @license

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

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.6.0
* @version 0.7.0-SNAPSHOT
* @date 2014-03-05
*
* @license

+ 1
- 1
misc/how_to_publish.md View File

@ -28,7 +28,7 @@ This generates the vis.js library in the folder `./dist`.
- Commit the changes to the `develop` branch.
- Merge the `develop` branch into the `master` branch.
- Push the brances to github
- Push the branches to github
- Create a version tag (with the new version number) and push it to github:
git tag v0.3.0

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save