From 8dabdf9fe854ef1e7b01a56c3c0bcf2cd0d832ad Mon Sep 17 00:00:00 2001 From: stockulus Date: Fri, 6 Jan 2017 12:17:43 +0100 Subject: [PATCH] new Version --- example/package.json | 4 ++-- package.json | 2 +- packages/pouchdb-adapter-asyncstorage/package.json | 2 +- packages/pouchdb-react-native/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index ff8c9cb..0f0ec40 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "6.1.24", + "version": "6.1.25", "author": { "name": "Christoph Stock", "email": "stockulus@icloud.com", @@ -22,7 +22,7 @@ "postinstall": "npm run copy-packages" }, "dependencies": { - "pouchdb-react-native": "6.1.24", + "pouchdb-react-native": "6.1.25", "react": "15.4.1", "react-native": "0.40.0", "react-native-action-button": "2.0.18" diff --git a/package.json b/package.json index 47cf627..e843fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pouchdb-react-native-bundle", - "version": "6.1.24", + "version": "6.1.25", "description": "Package Bundle for PouchDB for ReactNative", "repository": { "type": "git", diff --git a/packages/pouchdb-adapter-asyncstorage/package.json b/packages/pouchdb-adapter-asyncstorage/package.json index 78a535c..830b1f7 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.1.24", + "version": "6.1.25", "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 4d7ae60..a6a4c00 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.1.24", + "version": "6.1.25", "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.1.24", + "pouchdb-adapter-asyncstorage": "6.1.25", "pouchdb-adapter-http": "6.1.1", "pouchdb-core": "6.1.1", "pouchdb-mapreduce": "6.1.1",