Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 9, 2016
1 parent 2d15b51 commit 6dae0b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/vuefire.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ return /******/ (function(modules) { // webpackBootstrap

var init = function () {
var bindings = this.$options.firebase
if (typeof bindings === 'function') bindings = bindings.call(this)
if (!bindings) return
ensureRefs(this)
for (var key in bindings) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vuefire.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "1.2.1",
"version": "1.3.0",
"description": "Firebase bindings for Vue.js",
"main": "dist/vuefire.js",
"files": [
Expand Down

0 comments on commit 6dae0b4

Please sign in to comment.