Skip to content

Commit f8b1826

Browse files
committed
new beta version
1 parent 3b6fa09 commit f8b1826

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "6.1.0-beta-4",
3+
"version": "6.1.0-beta-5",
44
"author": {
55
"name": "Christoph Stock",
66
"email": "stockulus@icloud.com",
@@ -22,7 +22,7 @@
2222
"postinstall": "npm run copy-packages"
2323
},
2424
"dependencies": {
25-
"pouchdb-react-native": "6.1.0-beta-4",
25+
"pouchdb-react-native": "6.1.0-beta-5",
2626
"react": "15.3.1",
2727
"react-native": "0.32.1",
2828
"react-native-action-button": "2.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pouchdb-react-native-bundle",
3-
"version": "6.1.0-beta-4",
3+
"version": "6.1.0-beta-5",
44
"description": "Package Bundle for PouchDB for ReactNative",
55
"repository": {
66
"type": "git",

packages/pouchdb-adapter-asyncstorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pouchdb-adapter-asyncstorage",
3-
"version": "6.1.0-beta-4",
3+
"version": "6.1.0-beta-5",
44
"description": "asyncstorage adapter for PouchDB",
55
"main": "./src/index.js",
66
"repository": {

packages/pouchdb-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pouchdb-react-native",
3-
"version": "6.1.0-beta-4",
3+
"version": "6.1.0-beta-5",
44
"description": "PouchDB Bundle for ReactNative",
55
"main": "index.js",
66
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
2929
"dependencies": {
30-
"pouchdb-adapter-asyncstorage": "6.1.0-beta-4",
30+
"pouchdb-adapter-asyncstorage": "6.1.0-beta-5",
3131
"pouchdb-adapter-http": "6.0.4",
3232
"pouchdb-core": "6.0.4",
3333
"pouchdb-mapreduce": "6.0.4",

0 commit comments

Comments
 (0)