Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Apr 30, 2019
1 parent b582b9b commit 6c3c02f
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,11 +1,11 @@
{ "name": "ssh2",
"version": "0.8.3",
"version": "0.8.4",
"author": "Brian White <[email protected]>",
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
"main": "./lib/client",
"engines": { "node": ">=5.2.0" },
"dependencies": {
"ssh2-streams": "~0.4.3"
"ssh2-streams": "~0.4.4"
},
"scripts": {
"test": "node test/test.js"
Expand Down

0 comments on commit 6c3c02f

Please sign in to comment.