Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajroham committed Oct 7, 2017
1 parent 9caec20 commit a947890
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue2-circle-progress",
"description": "A Vue.js component to draw animated circular progress bars",
"author": "vaibhavraj roham",
"version": "1.0.3",
"version": "1.1.0",
"main": "./dist/vue-circle-progress.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --config ./build/dev.js --port 8080",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@vue-circle-progress="progress"
@vue-circle-end="progress_end"
>
<p style="margin-top:0;font-size:20px;">Circle!</p>
<p style="margin-top:0;font-size:12px;">Slot!</p>
</vue-circle>
<button @click="redraw">Redraw</button>
</div>
Expand Down

0 comments on commit a947890

Please sign in to comment.