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

Commit 4fc4f1f

Browse files
committed
Fix master at 0.3.2 before v2 merge
1 parent b471e96 commit 4fc4f1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3
8+
// AngularFire 0.3.2
99
// http://angularfire.com
1010
// License: MIT
1111

angularfire.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fire",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"main": ["./angularfire.js", "./angularfire.min.js"],
55
"ignore": ["Gruntfile.js", "package.js", "tests", "README.md", ".travis.yml"],
66
"dependencies": {

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.3.1",
3+
"version": "0.3.2",
44
"description": "An officially supported AngularJS binding for Firebase.",
55
"main": "angularfire.js",
66
"repository": {

0 commit comments

Comments
 (0)