diff --git a/bower.json b/bower.json index 97751be..4f7d160 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,11 @@ "Michael Zinsmaier" ], "license": "MIT", - "ignore": ["./!(curvedLines.js)"], + "ignore": { + "**/*", + "!flot.curvedlines.js", + "!bower.json" + }, "dependencies": { "flot": ">=0.8.0" } diff --git a/curvedLines.js b/curvedLines.js index dd01b54..c7025cd 100644 --- a/curvedLines.js +++ b/curvedLines.js @@ -310,7 +310,7 @@ init : init, options : options, name : 'curvedLines', - version : '0.6.1' + version : '0.6.2' }); })(jQuery);