Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Nov 3, 2015
1 parent 7f14d80 commit 2f51f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db.js",
"version": "0.10.2",
"version": "0.11.0",
"main": "src/db.js",
"homepage": "https://github.com/aaronpowell/db.js",
"authors": [
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": "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.10.2",
"version": "0.11.0",
"homepage": "http://aaronpowell.github.com/db.js/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
};

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

0 comments on commit 2f51f80

Please sign in to comment.