Skip to content

Commit

Permalink
release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-johnson committed Jan 20, 2015
1 parent 5692e98 commit 4472eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lazybones.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = Lazybones;
Lazybones.prototype = Object.create(Backbone.Collection.prototype);

// the current version
Lazybones.VERSION = "0.1.7";
Lazybones.VERSION = "0.1.8";

/**
* ## Static Methods & Properties
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.7",
"version": "0.1.8",
"author": "Beneath the Ink <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 4472eaf

Please sign in to comment.