Skip to content

Commit

Permalink
Upgraded Firebase dependency to 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Feb 13, 2015
1 parent 0408ccc commit 03ae19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"angular": "1.2.x || 1.3.x",
"firebase": "2.1.x"
"firebase": "2.2.x"
},
"devDependencies": {
"angular-mocks": "~1.3.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"angular": "1.3.x",
"firebase": "2.1.x"
"firebase": "2.2.x"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand Down

0 comments on commit 03ae19d

Please sign in to comment.