Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katowulf committed Feb 26, 2014
1 parent 42dd317 commit a0d8dc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion angularfire.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// as normal, except that the changes are also sent to all other clients
// instead of just a server.
//
// AngularFire 0.6.0
// AngularFire 0.7.0
// http://angularfire.com
// License: MIT

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angularfire",
"version": "0.6.0",
"version": "0.7.0",
"main": ["./angularfire.js"],
"ignore": ["Gruntfile.js", "package.js", "tests", "README.md", ".travis.yml"],
"dependencies": {
"angular": "~1.2.0",
"firebase": "~1.0.2",
"firebase-simple-login": "~1.2.3"
"firebase": "~1.0.5",
"firebase-simple-login": "~1.2.5"
},
"devDependencies": {
"angular-mocks" : "~1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularfire",
"version": "0.6.0",
"version": "0.7.0",
"description": "An officially supported AngularJS binding for Firebase.",
"main": "angularfire.js",
"repository": {
Expand Down

0 comments on commit a0d8dc3

Please sign in to comment.