Skip to content

Commit

Permalink
fix: set for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akkumar committed Jun 6, 2018
1 parent 126d861 commit 88a9a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the following to ``package.json`` file.

```json
"easy-pie-chart": "~2.1.7",
"ngx-easypiechart": "0.1.0"
"ngx-easypiechart": "0.1.1"
```

## app.module.ts
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"zone.js": "^0.8.26",
"easy-pie-chart": "~2.1.7",
"hoek": "~5.0.3",
"ngx-easypiechart": "~0.1.0"
"ngx-easypiechart": "~0.1.1"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-easypiechart",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 88a9a6b

Please sign in to comment.