Browse Source

Released version 3.8.0

v3_develop v3.8.0
jos 9 years ago
parent
commit
6633d2ba60
9 changed files with 26726 additions and 26725 deletions
  1. +1
    -1
      HISTORY.md
  2. +1
    -1
      LICENSE-MIT
  3. +1
    -1
      NOTICE
  4. +1
    -1
      README.md
  5. +1
    -1
      bower.json
  6. +26704
    -26704
      dist/vis.js
  7. +1
    -1
      dist/vis.map
  8. +15
    -14
      dist/vis.min.js
  9. +1
    -1
      package.json

+ 1
- 1
HISTORY.md View File

@ -2,7 +2,7 @@
http://visjs.org
## not yet released, version 3.7.3-SNAPSHOT
## 20145-01-09, version 3.8.0
### General

+ 1
- 1
LICENSE-MIT View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014 Almende B.V.
Copyright (c) 2014-2015 Almende B.V.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
NOTICE View File

@ -1,5 +1,5 @@
Vis.js
Copyright 2010-2014 Almende B.V.
Copyright 2010-2015 Almende B.V.
Vis.js is dual licensed under both

+ 1
- 1
README.md View File

@ -287,7 +287,7 @@ Then run the tests:
## License
Copyright (C) 2010-2014 Almende B.V.
Copyright (C) 2010-2015 Almende B.V.
Vis.js is dual licensed under both

+ 1
- 1
bower.json View File

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

+ 26704
- 26704
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 15
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

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

Loading…
Cancel
Save