Skip to content

Commit 0269376

Browse files
committed
new version for Correct usage combining descending & limit
1 parent 8f94d12 commit 0269376

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.2.2",
3+
"version": "6.2.3",
44
"author": {
55
"name": "Christoph Stock",
66
"email": "[email protected]",
@@ -22,7 +22,7 @@
2222
"postinstall": "npm run copy-packages"
2323
},
2424
"dependencies": {
25-
"pouchdb-react-native": "6.2.2",
25+
"pouchdb-react-native": "6.2.3",
2626
"react": "15.5.4",
2727
"react-native": "0.44.0",
2828
"react-native-action-button": "2.6.9"

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.2.2",
3+
"version": "6.2.3",
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.2.2",
3+
"version": "6.2.3",
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.2.2",
3+
"version": "6.2.3",
44
"description": "PouchDB Bundle for ReactNative",
55
"main": "index.js",
66
"repository": {
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/stockulus/pouchdb-react-native#readme",
3030
"dependencies": {
31-
"pouchdb-adapter-asyncstorage": "6.2.2",
31+
"pouchdb-adapter-asyncstorage": "6.2.3",
3232
"pouchdb-adapter-http": "6.2.0",
3333
"pouchdb-core": "6.2.0",
3434
"pouchdb-mapreduce": "6.2.0",

0 commit comments

Comments
 (0)