Skip to content

Commit

Permalink
Fix master at 0.3.2 before v2 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Dec 12, 2013
1 parent b471e96 commit 4fc4f1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3
// AngularFire 0.3.2
// http://angularfire.com
// License: MIT

Expand Down
2 changes: 1 addition & 1 deletion angularfire.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-fire",
"version": "0.3.1",
"version": "0.3.2",
"main": ["./angularfire.js", "./angularfire.min.js"],
"ignore": ["Gruntfile.js", "package.js", "tests", "README.md", ".travis.yml"],
"dependencies": {
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.3.1",
"version": "0.3.2",
"description": "An officially supported AngularJS binding for Firebase.",
"main": "angularfire.js",
"repository": {
Expand Down

0 comments on commit 4fc4f1f

Please sign in to comment.