From dc9f1c105a1dba782746a0e1201cd7f5e85e3f1e Mon Sep 17 00:00:00 2001 From: "Martin@MBP" Date: Mon, 14 Oct 2013 21:28:59 +0200 Subject: [PATCH] bumped to 2.0.0-4 --- bower.json | 2 +- fancytree.jquery.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",