Skip to content

Commit

Permalink
upper angular version; closes #244
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-smirnov committed Jul 10, 2015
1 parent dcf24b3 commit e0eff06
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
Expand Up @@ -32,9 +32,9 @@
"Gruntfile.js"
],
"dependencies": {
"angular": "^1.3.x"
"angular": "^1.4.x"
},
"devDependencies": {
"angular-mocks": "^1.3.x"
"angular-mocks": "^1.4.x"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"readmeFilename": "README.md",
"license": "MIT",
"dependencies": {
"angular": "^1.3.x"
"angular": "^1.4.x"
},
"devDependencies": {
"grunt": "~0.4.2",
Expand Down

0 comments on commit e0eff06

Please sign in to comment.