From 718b9629a3623f0af3e4dd68e1bbd310a9059484 Mon Sep 17 00:00:00 2001 From: Tyler Johnson Date: Thu, 11 Dec 2014 13:22:09 -0700 Subject: [PATCH] version bump --- lib/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 4a114d0..6f7cb53 100644 --- a/lib/index.js +++ b/lib/index.js @@ -4,7 +4,7 @@ var _ = require("underscore"); var Database = module.exports = require("./database"); // current version -Database.VERSION = "0.1.3"; +Database.VERSION = "0.1.4"; // load other parts Database.sync = require("./sync"); diff --git a/package.json b/package.json index 018f009..4e22cac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lazybones", "description": "An object-oriented abstraction of PouchDB using Backbone models and collections.", - "version": "0.1.3", + "version": "0.1.4", "author": "Beneath the Ink ", "contributors": [ {