Skip to content

Commit

Permalink
v5.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
broerse committed Jan 8, 2018
1 parent b2ba3c5 commit abf9ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default Ember.Route.extend({

### Query and QueryRecord

query and queryRecord are relying on [pouchdb-find](https://github.com/pouchdb-community/pouchdb-find)
query and queryRecord are relying on [pouchdb-find](https://github.com/pouchdb/pouchdb/tree/master/packages/node_modules/pouchdb-find)

### db.createIndex(index [, callback])

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-pouch",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "PouchDB adapter for Ember Data",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit abf9ca1

Please sign in to comment.