Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 31, 2017
1 parent a8c7e17 commit 964b3ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3

- List: Wait until server explicitly confirms that the transfer is complete.
- Upload: Close data socket manually when a stream ended.

## 1.0.2

Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-ftp",
"version": "1.0.2",
"version": "1.0.3",
"description": "FTP/FTPS client library",
"main": "./lib/ftp",
"scripts": {
Expand Down

0 comments on commit 964b3ec

Please sign in to comment.