diff --git a/bower.json b/bower.json index 96958736..329634ac 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "n3-line-chart", - "version": "1.1.11", + "version": "1.1.12", "main": "build/line-chart.min.js", "ignore": [ "**/.*", diff --git a/build/line-chart.coffee b/build/line-chart.coffee index 92d96881..f8493807 100644 --- a/build/line-chart.coffee +++ b/build/line-chart.coffee @@ -1,5 +1,5 @@ ### -line-chart - v1.1.11 - 11 September 2015 +line-chart - v1.1.12 - 12 September 2015 https://github.com/n3-charts/line-chart Copyright (c) 2015 n3-charts ### diff --git a/build/line-chart.js b/build/line-chart.js index a172eb09..b0294768 100644 --- a/build/line-chart.js +++ b/build/line-chart.js @@ -1,6 +1,6 @@ /* -line-chart - v1.1.11 - 11 September 2015 +line-chart - v1.1.12 - 12 September 2015 https://github.com/n3-charts/line-chart Copyright (c) 2015 n3-charts */ diff --git a/build/line-chart.min.js b/build/line-chart.min.js index 2a9388d7..911b7265 100644 --- a/build/line-chart.min.js +++ b/build/line-chart.min.js @@ -1,5 +1,5 @@ /* -line-chart - v1.1.11 - 11 September 2015 +line-chart - v1.1.12 - 12 September 2015 https://github.com/n3-charts/line-chart Copyright (c) 2015 n3-charts */ diff --git a/package.json b/package.json index 55eaf96f..72016ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-chart", - "version": "1.1.11", + "version": "1.1.12", "homepage": "https://github.com/n3-charts/line-chart", "licenses": { "type": "MIT", @@ -44,4 +44,4 @@ "postinstall": "bower install", "test": "grunt" } -} +} \ No newline at end of file