Skip to content

Commit

Permalink
release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrandes committed Jul 28, 2024
1 parent a415077 commit fd4c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SFTP Server (SSH File Transfer Protocol) based on `Apache MINA SSHD`. Open Source Java project under Apache License v2.0

### Current Stable Version is [1.4.1](https://maven-release.s3.amazonaws.com/release/org/javastack/sftpserver/1.4.1/sftpserver-1.4.1-bin.zip)
### Current Stable Version is [1.4.2](https://maven-release.s3.amazonaws.com/release/org/javastack/sftpserver/1.4.2/sftpserver-1.4.2-bin.zip)

---

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.javastack</groupId>
<artifactId>sftpserver</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<description>SFTP Server (SSH File Transfer Protocol)</description>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit fd4c228

Please sign in to comment.