Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
aputinski committed Apr 1, 2014
1 parent 05a2b2a commit 1de8d88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# EmberFire Changelog

### EmberFire 1.0.3 (April 1, 2014)

* Added conditional in `find()` to verify that a record can be deleted
* Misc cleanup

### EmberFire 1.0.2 (April 1, 2014)

* Added a `_queue` to batch realtime updates and decrease `Ember.run` calls
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emberfire",
"version": "1.0.2",
"version": "1.0.3",
"description": "Firebase bindings for Ember Data",
"main": ["./dist/emberfire.js"],
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmberFire",
"version": "1.0.2",
"version": "1.0.3",
"description": "An officially supported Ember binding for Firebase.",
"main": "dist/emberfire.js",
"repository": {
Expand All @@ -12,6 +12,7 @@
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.6.2",
Expand Down

0 comments on commit 1de8d88

Please sign in to comment.