Skip to content

Commit

Permalink
upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed May 6, 2016
1 parent b947ce5 commit 4cd4e25
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/apidocs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": {
"name": "jsplumb",
"description": "Visual connectivity for webapps",
"version": "2.1.0",
"version": "2.1.1",
"url": ""
},
"files": {
Expand Down
2 changes: 1 addition & 1 deletion jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pygments: true
permalink: :categories/:title.html
exclude: [ "yuitheme" ]
demos: [ [ "home", "Kitchen Sink" ], [ "flowchart", "Flowchart" ], [ "statemachine", "State Machine" ], [ "draggableConnectors", "Drag and Drop"], [ "perimeterAnchors", "Perimeter Anchors"], [ "chart", "Hierarchical Chart" ], [ "sourcesAndTargets", "Sources and Targets" ], [ "dynamicAnchors", "Dynamic Anchors" ], [ "animation", "Animation" ] ]
jsplumb: "2.1.0"
jsplumb: "2.1.1"
2 changes: 1 addition & 1 deletion src/base-library-adapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down
2 changes: 1 addition & 1 deletion src/browser-util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down
2 changes: 1 addition & 1 deletion src/connection.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down
2 changes: 1 addition & 1 deletion src/connectors-flowchart.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down
2 changes: 1 addition & 1 deletion src/dom-adapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsPlumb
*
* Title:jsPlumb 2.1.0
* Title:jsPlumb 2.1.1
*
* Provides a way to visually connect elements on an HTML page, using SVG.
*
Expand Down

0 comments on commit 4cd4e25

Please sign in to comment.