Skip to content

Commit

Permalink
prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Dec 30, 2017
1 parent f83de15 commit 06455c8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "6.3.4",
"version": "6.4.0",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
Expand All @@ -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",
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": "pouchdb-react-native-bundle",
"version": "6.3.4",
"version": "6.4.0",
"description": "Package Bundle for PouchDB for ReactNative",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/pouchdb-adapter-asyncstorage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pouchdb-adapter-asyncstorage/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pouchdb-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 06455c8

Please sign in to comment.