Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit bbb1676

Browse files
authored
Merge pull request #164 from glynnbird/issue163
1.6.2 - fix issue #163
2 parents 22c08d0 + 730b8d6 commit bbb1676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"homepage": "http://github.com/cloudant/nodejs-cloudant",
66
"repository": "git://github.com/cloudant/nodejs-cloudant",
7-
"version": "1.6.1",
7+
"version": "1.6.2",
88
"author": "Jason Smith <[email protected]>",
99
"contributors": [
1010
"Glynn Bird <[email protected]>"
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"async": "2.1.2",
2121
"debug": "2.2.0",
22-
"cloudant-nano": "6.4.0",
22+
"cloudant-nano": "6.4.1",
2323
"request": "2.76.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)