Skip to content

Commit 77391c2

Browse files
committed
bump version to 1.3.0
1 parent 0af296d commit 77391c2

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
@@ -1,6 +1,6 @@
11
{
22
"name": "ssh2",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "Brian White <mscdex@mscdex.net>",
55
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
66
"main": "./lib/index.js",
@@ -17,7 +17,7 @@
1717
},
1818
"optionalDependencies": {
1919
"cpu-features": "0.0.2",
20-
"nan": "^2.14.2"
20+
"nan": "^2.15.0"
2121
},
2222
"scripts": {
2323
"install": "node install.js",

0 commit comments

Comments
 (0)