Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-johnson committed Dec 11, 2014
1 parent 83a83c9 commit 718b962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 718b962

Please sign in to comment.