Skip to content

Commit

Permalink
Bumping version to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 10, 2017
1 parent 7333d82 commit 2590bb5
Show file tree
Hide file tree
Showing 51 changed files with 1,351 additions and 396 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.fancytree",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"version": "2.21.1-0",
"version": "2.22.0",
"main": [
"dist/jquery.fancytree-all.js"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/sample-ext-bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
-->
<!--
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
-->
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demo/taxonomy-browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Taxonomy Browser</title>

<!--
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
-->
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demo/taxonomy-browser/index_itis.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Taxonomy Browser</title>

<!--
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
NOTE: "Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
-->
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
Expand Down
Loading

0 comments on commit 2590bb5

Please sign in to comment.