From 6009cc76416b6a22c61c8aaaa2dcde82972c6f2d Mon Sep 17 00:00:00 2001 From: Jerome Touffe-Blin Date: Sun, 19 Jun 2016 12:27:30 +1000 Subject: [PATCH] 1.0.0-alpha8 --- bower.json | 2 +- examples/charts.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index e67c9858..0c2c78e7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-chart.js", - "version": "1.0.0-alpha7", + "version": "1.0.0-alpha8", "main": [ "./dist/angular-chart.js" ], diff --git a/examples/charts.html b/examples/charts.html index 7312581f..6cd4be13 100644 --- a/examples/charts.html +++ b/examples/charts.html @@ -95,7 +95,7 @@

Code on Github - Download (1.0.0-alpha7) + Download (1.0.0-alpha8)

diff --git a/package.json b/package.json index 4f0ffd72..2b1d3554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-chart.js", - "version": "1.0.0-alpha7", + "version": "1.0.0-alpha8", "description": "An angular.js wrapper for Chart.js", "main": "dist/angular-chart.js", "directories": {