Skip to content

Commit

Permalink
Cutting new release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Feb 2, 2016
1 parent 7ffd64d commit 16f79f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/db.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/db.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/db.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 dist/db.min.js.map

Large diffs are not rendered by default.

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.11.0",
"version": "0.12.0",
"author": "Aaron Powell <[email protected]>",
"contributors": ["Brett Zamir <[email protected]>"],
"homepage": "http://aaronpowell.github.com/db.js/",
Expand Down
2 changes: 1 addition & 1 deletion src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
};

var db = {
version: '0.11.0',
version: '0.12.0',
open: function (options) {
return new Promise(function (resolve, reject) {
if (dbCache[options.server]) {
Expand Down

0 comments on commit 16f79f3

Please sign in to comment.