diff --git a/bower.json b/bower.json index fe4174a6..5cd0cb4a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.fancytree", - "version": "2.0.0-3", + "version": "2.0.0-4", "dependencies": { "jquery": ">=1.5", "jquery-ui": ">=1.8.6" diff --git a/fancytree.jquery.json b/fancytree.jquery.json index 0d5e2278..2158cde3 100644 --- a/fancytree.jquery.json +++ b/fancytree.jquery.json @@ -1,6 +1,6 @@ { "name": "fancytree", - "version": "2.0.0-2", + "version": "2.0.0-4", "title": "Fancytree", "description": "Fancytree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.", "homepage": "https://github.com/mar10/fancytree", diff --git a/package.json b/package.json index 695d1e0c..4b362216 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery.fancytree", "title": "jQuery Fancytree Plugin", "description": "Fancytree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.", - "version": "2.0.0-3", + "version": "2.0.0-4", "homepage": "https://github.com/mar10/fancytree", "author": { "name": "Martin Wendt",