Skip to content

Commit

Permalink
fix(bower): correct angular version
Browse files Browse the repository at this point in the history
Bump to 0.2.1 for bower stupidity
  • Loading branch information
Foxandxss committed Mar 3, 2014
1 parent 7063a4b commit c6d71c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "0.2.0",
"version": "0.2.1",
"main": [
"./dist/angular-toastr.js",
"./dist/angular-toastr.min.js",
Expand All @@ -23,6 +23,6 @@
"README.md"
],
"dependencies": {
"angular": ">= 2.0.0"
"angular": ">= 1.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-toastr",
"version": "0.1.2",
"version": "0.2.1",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.9.0",
Expand Down

0 comments on commit c6d71c3

Please sign in to comment.