From f5cb67897405a1525c157cac4a5307d0a76d4333 Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 20:30:07 +0200 Subject: [PATCH] more errors in the bower.json ... --- bower.json | 2 +- curvedLines.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 4f7d160..eda7b39 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "license": "MIT", "ignore": { "**/*", - "!flot.curvedlines.js", + "!curvedlines.js", "!bower.json" }, "dependencies": { diff --git a/curvedLines.js b/curvedLines.js index c7025cd..519b822 100644 --- a/curvedLines.js +++ b/curvedLines.js @@ -310,7 +310,7 @@ init : init, options : options, name : 'curvedLines', - version : '0.6.2' + version : '0.6.3' }); })(jQuery);