From 19e6d97d2db1f92e84a18e3980c2c4e3f6329ae8 Mon Sep 17 00:00:00 2001 From: krispo Date: Thu, 18 Aug 2016 00:27:06 +0300 Subject: [PATCH] change version --- README.md | 6 +++--- bower.json | 2 +- dist/angular-nvd3.js | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7683a81..57f3c78 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Try it [online](http://krispo.github.io/angular-nvd3/). ##### cdnjs - https://cdnjs.cloudflare.com/ajax/libs/angular-nvd3/1.0.8/angular-nvd3.min.js + https://cdnjs.cloudflare.com/ajax/libs/angular-nvd3/1.0.9/angular-nvd3.min.js ##### bower @@ -134,12 +134,12 @@ Then build using [grunt](http://gruntjs.com/) (*node.js must be installed*): ## Release Notes -### 1.0.9-dev (master) +### [1.0.9](https://github.com/krispo/angular-nvd3/releases/tag/v1.0.9) * add `focus` options * fix data update for sunburst chart * Node.js/CommonJS support -### [1.0.8](https://github.com/krispo/angular-nvd3/releases/tag/v1.0.8) +### 1.0.8 * fixed zoom feature for delayed data loading * fixed caption positioning * fixed `updateWithOptions` and `updateWithData` api functions diff --git a/bower.json b/bower.json index c06c153..57dd77a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-nvd3", - "version": "1.0.9-dev", + "version": "1.0.9", "description": "An AngularJS directive for NVD3.js reusable charting library (based on D3.js)", "main": [ "dist/angular-nvd3.js" diff --git a/dist/angular-nvd3.js b/dist/angular-nvd3.js index 069c290..84e4059 100644 --- a/dist/angular-nvd3.js +++ b/dist/angular-nvd3.js @@ -1,5 +1,5 @@ /************************************************************************** -* AngularJS-nvD3, v1.0.9-dev; MIT +* AngularJS-nvD3, v1.0.9; MIT * http://krispo.github.io/angular-nvd3 **************************************************************************/ (function(window){ diff --git a/package.json b/package.json index f00f741..d7eb23a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "AngularJS-nvD3", "name": "angular-nvd3", - "version": "1.0.9-dev", + "version": "1.0.9", "description": "An AngularJS directive for NVD3.js reusable charting library", "homepage": "http://krispo.github.io/angular-nvd3", "repository": {