Skip to content

Commit

Permalink
Bumped version number to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewbyrne committed Feb 17, 2015
1 parent 90a57b7 commit 148d226
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular-progress-arc.min.js

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-progress-arc",
"version": "0.5.0",
"version": "1.0.0",
"authors": [
"Mathew Byrne <mathewbyrne@gmail.com>"
],
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-progress-arc",
"version": "0.5.0",
"version": "1.0.0",
"description": "AngularJS directive for displaying a circular progress meter.",
"main": "angular-progress-arc.js",
"directories": {
Expand Down Expand Up @@ -30,5 +30,8 @@
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0"
},
"dependencies": {
"angular": ">=1.2.19"
}
}

0 comments on commit 148d226

Please sign in to comment.