Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Apr 11, 2016
1 parent c07f7fb commit 010f4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "db.js",
"description": "db.js is a wrapper for IndexedDB to make it easier to work against, making it look more like a queryable API.",
"version": "0.14.0",
"version": "0.15.0",
"author": "Aaron Powell <[email protected]>",
"contributors": [
"Brett Zamir <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
};

const db = {
version: '0.14.0',
version: '0.15.0',
open: function (options) {
let server = options.server;
let version = options.version || 1;
Expand Down

0 comments on commit 010f4fd

Please sign in to comment.