diff --git a/example/package.json b/example/package.json index 07e3694..8c60563 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "6.3.4", + "version": "6.4.0", "author": { "name": "Christoph Stock", "email": "stockulus@icloud.com", @@ -21,7 +21,7 @@ "copy-packages": "sh copy_packages.sh" }, "dependencies": { - "pouchdb-react-native": "6.3.4", + "pouchdb-react-native": "6.4.0", "react": "^16.0.0-alpha.12", "react-native": "0.47.1", "react-native-action-button": "2.7.2", diff --git a/package.json b/package.json index 9f0de2b..bfbeb34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pouchdb-react-native-bundle", - "version": "6.3.4", + "version": "6.4.0", "description": "Package Bundle for PouchDB for ReactNative", "repository": { "type": "git", diff --git a/packages/pouchdb-adapter-asyncstorage/package-lock.json b/packages/pouchdb-adapter-asyncstorage/package-lock.json index d628573..3c0f42a 100644 --- a/packages/pouchdb-adapter-asyncstorage/package-lock.json +++ b/packages/pouchdb-adapter-asyncstorage/package-lock.json @@ -1,6 +1,6 @@ { "name": "pouchdb-adapter-asyncstorage", - "version": "6.3.4", + "version": "6.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/pouchdb-adapter-asyncstorage/package.json b/packages/pouchdb-adapter-asyncstorage/package.json index 305012d..a02c38f 100644 --- a/packages/pouchdb-adapter-asyncstorage/package.json +++ b/packages/pouchdb-adapter-asyncstorage/package.json @@ -1,6 +1,6 @@ { "name": "pouchdb-adapter-asyncstorage", - "version": "6.3.4", + "version": "6.4.0", "description": "asyncstorage adapter for PouchDB", "main": "./src/index.js", "repository": { diff --git a/packages/pouchdb-react-native/package.json b/packages/pouchdb-react-native/package.json index f63e4c5..8795158 100644 --- a/packages/pouchdb-react-native/package.json +++ b/packages/pouchdb-react-native/package.json @@ -1,6 +1,6 @@ { "name": "pouchdb-react-native", - "version": "6.3.4", + "version": "6.4.0", "description": "PouchDB Bundle for ReactNative", "main": "index.js", "repository": { @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/stockulus/pouchdb-react-native#readme", "dependencies": { - "pouchdb-adapter-asyncstorage": "6.3.4", + "pouchdb-adapter-asyncstorage": "6.4.0", "pouchdb-adapter-http": "6.4.1", "pouchdb-core": "6.4.1", "pouchdb-mapreduce": "6.4.1",