Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Aug 17, 2021
1 parent 0af296d commit 77391c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh2",
"version": "1.2.0",
"version": "1.3.0",
"author": "Brian White <mscdex@mscdex.net>",
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
"main": "./lib/index.js",
Expand All @@ -17,7 +17,7 @@
},
"optionalDependencies": {
"cpu-features": "0.0.2",
"nan": "^2.14.2"
"nan": "^2.15.0"
},
"scripts": {
"install": "node install.js",
Expand Down

0 comments on commit 77391c2

Please sign in to comment.