Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
stockulus committed Sep 14, 2016
1 parent f01aa1c commit 2234726
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0",
"version": "6.1.1",
"author": {
"name": "Christoph Stock",
"email": "[email protected]",
Expand All @@ -22,7 +22,7 @@
"postinstall": "npm run copy-packages"
},
"dependencies": {
"pouchdb-react-native": "6.1.0",
"pouchdb-react-native": "6.1.1",
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-action-button": "2.0.3"
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.1.0",
"version": "6.1.1",
"description": "Package Bundle for PouchDB for ReactNative",
"repository": {
"type": "git",
Expand Down
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.1.0",
"version": "6.1.1",
"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.1.0",
"version": "6.1.1",
"description": "PouchDB Bundle for ReactNative",
"main": "index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
"dependencies": {
"pouchdb-adapter-asyncstorage": "6.1.0",
"pouchdb-adapter-asyncstorage": "6.1.1",
"pouchdb-adapter-http": "6.0.4",
"pouchdb-core": "6.0.4",
"pouchdb-mapreduce": "6.0.4",
Expand Down

0 comments on commit 2234726

Please sign in to comment.