Browse Source

Updated version number to 0.7.4-SNAPSHOT

css_transitions
jos 10 years ago
parent
commit
61217fe529
5 changed files with 5 additions and 15 deletions
  1. +1
    -1
      bower.json
  2. +1
    -1
      dist/vis.js
  3. +1
    -1
      dist/vis.min.js
  4. +1
    -11
      misc/how_to_publish.md
  5. +1
    -1
      package.json

+ 1
- 1
bower.json View File

@ -1,6 +1,6 @@
{
"name": "vis",
"version": "0.7.3",
"version": "0.7.4-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.7.3
* @version 0.7.4-SNAPSHOT
* @date 2014-04-16
*
* @license

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

@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 0.7.3
* @version 0.7.4-SNAPSHOT
* @date 2014-04-16
*
* @license

+ 1
- 11
misc/how_to_publish.md View File

@ -55,17 +55,7 @@ This generates the vis.js library in the folder `./dist`.
Verify if it installs the just released version, and verify if it works.
- Publish the library at cdnjs.org
- clone the cdnjs project
- pull changes: `git pull upstream`
- add the new version of the library under /ajax/libs/vis/
- add new folder /x.y.z/ with the new library
- update the version number in package.json
- test the library by running `npm test`
- then do a pull request with as title "[author] Update vis.js to x.y.z"
(with correct version).
- Verify within an hour whether vis.js is updated on http://cdnjs.com/
## Update website

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save