Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8393018

Browse files
committed
Bump version to 0.6.0.
1 parent 98a1ff0 commit 8393018

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

angularfire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// as normal, except that the changes are also sent to all other clients
66
// instead of just a server.
77
//
8-
// AngularFire 0.5.0
8+
// AngularFire 0.6.0
99
// http://angularfire.com
1010
// License: MIT
1111

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "angularfire",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"main": ["./angularfire.js"],
55
"ignore": ["Gruntfile.js", "package.js", "tests", "README.md", ".travis.yml"],
66
"dependencies": {
77
"angular": "~1.2.0",
88
"angular-mocks" : "~1.2.0",
9-
"observe-js": "https://github.com/jeffbcross/observe-js.git",
10-
"firebase": "latest",
11-
"firebase-simple-login": "latest"
9+
"firebase": "~1.0.2",
10+
"firebase-simple-login": "~1.0.2",
11+
"observe-js": "https://github.com/jeffbcross/observe-js.git
1212
}
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "An officially supported AngularJS binding for Firebase.",
55
"main": "angularfire.js",
66
"repository": {

0 commit comments

Comments
 (0)