Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesjews committed Feb 18, 2020
1 parent d8c5797 commit 7a6524b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let client = new SambaClient({
username: 'test', // not required, defaults to guest
password: 'test', // not required
domain: 'WORKGROUP' // not required
maxProtocol: 'SMB3' // not required
});

// send a file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samba-client",
"version": "3.1.1",
"version": "3.2.0",
"description": "wrapper for smbclient",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7a6524b

Please sign in to comment.