Skip to content

Commit

Permalink
fix bower.json, version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinskow committed May 7, 2017
1 parent 34468d3 commit 6bebee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pouchdb-live-find",
"description": "Live PouchDB queries that update automatically as changes come in!",
"version": "0.3.0",
"version": "0.4.0",
"author": "Colin Skow",
"license": "MIT",
"homepage": "https://github.com/colinskow/pouchdb-live-find",
Expand All @@ -25,8 +25,8 @@
"real-time"
],
"dependencies": {
"pouchdb": "^5.3.2",
"pouchdb-find": "^0.9.0"
"pouchdb": "^6.2.0",
"pouchdb-find": "^6.2.0"
},
"devDependencies": {}
}

0 comments on commit 6bebee8

Please sign in to comment.