Skip to content

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Mar 14, 2016
2 parents 08d0be6 + e406267 commit f31d1ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# angular-chart [![Build Status](https://travis-ci.org/maxklenk/angular-chart.svg?branch=master)](https://travis-ci.org/maxklenk/angular-chart) [![Coverage Status](https://coveralls.io/repos/maxklenk/angular-chart/badge.png?branch=master)](https://coveralls.io/r/maxklenk/angular-chart?branch=master) [![Dependency Status](https://gemnasium.com/maxklenk/angular-chart.svg)](https://gemnasium.com/maxklenk/angular-chart)
# angular-chart [![Build Status](https://travis-ci.org/GraFiddle/angular-chart.svg?branch=master)](https://travis-ci.org/GraFiddle/angular-chart) [![Coverage Status](https://coveralls.io/repos/GraFiddle/angular-chart/badge.png?branch=master)](https://coveralls.io/r/GraFiddle/angular-chart?branch=master) [![Dependency Status](https://gemnasium.com/GraFiddle/angular-chart.svg)](https://gemnasium.com/GraFiddle/angular-chart)

> adjustable dynamically updating stateful charts for [AngularJS](https://github.com/angular/angular.js)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular-chart",
"version": "0.3.2",
"version": "0.3.3",
"authors": [
"Max Klenk <max@klenk.biz>"
],
"description": "AngularJS directive for adjustable dynamically updating c3 charts.",
"homepage": "https://maxklenk.github.io/angular-chart",
"homepage": "http://grafiddle.github.io/angular-chart/",
"keywords": [
"d3",
"c3",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular-chart",
"version": "0.3.2",
"version": "0.3.3",
"description": "C3-based reusable chart directive",
"main": "angular-chart.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/maxklenk/angular-chart.git"
"url": "git://github.com/grafiddle/angular-chart.git"
},
"keywords": [
"d3",
Expand All @@ -19,9 +19,9 @@
"author": "Max Klenk",
"license": "MIT",
"readmeFilename": "README.md",
"homepage": "https://maxklenk.github.io/angular-chart",
"homepage": "https://grafiddle.github.io/angular-chart",
"bugs": {
"url": "https://github.com/maxklenk/angular-chart/issues"
"url": "https://github.com/grafiddle/angular-chart/issues"
},
"dependencies": {
"angular": ">1.3.0",
Expand Down

0 comments on commit f31d1ff

Please sign in to comment.