Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
krispo committed Aug 17, 2016
1 parent 4e5a1d0 commit 19e6d97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-nvd3.js
Original file line number Diff line number Diff line change
@@ -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){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 19e6d97

Please sign in to comment.