Skip to content

Commit

Permalink
Merge branch 'master' into 2.1.0
Browse files Browse the repository at this point in the history
Conflicts:
	dist/apidocs/data.json
	dist/demo/animation/dom.html
	dist/demo/chart/dom.html
	dist/demo/draggableConnectors/dom.html
	dist/demo/dynamicAnchors/dom.html
	dist/demo/flowchart/dom.html
	dist/demo/perimeterAnchors/dom.html
	dist/demo/sourcesAndTargets/dom.html
	dist/demo/statemachine/dom.html
	dist/doc/changelog.html
	dist/js/jsPlumb-2.0.6.js
	dist/js/jsPlumb-2.0.7-min.js
	dist/js/jsPlumb-2.0.7.js
	dist/js/jsPlumb-2.1.0.js
	dist/tests/loadtest-dom.html
	dist/tests/qunit-svg-dom-instance.html
	doc/wiki/changelog.md
	jekyll/_config.yml
	package.json
  • Loading branch information
sporritt committed Apr 6, 2016
2 parents efe823c + 34c3a83 commit cd5e090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "jsPlumb",
"version": "2.0.6",
"version": "2.0.7",
"ignore": [
"demo",
"dist/apidocs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test"
],
"main": [
"dist/js/jsPlumb-2.0.6.js"
"dist/js/jsPlumb-2.0.7.js"
],
"homepage": "http://jsplumbtoolkit.com",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -67,8 +67,8 @@
"Demonstrates the various options for defining and working with Groups"
]
],
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "MIT/GPL2",
"author": "Simon Porritt",
"license": "(MIT OR GPL-2.0)",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
Expand Down

0 comments on commit cd5e090

Please sign in to comment.