Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrandes committed Dec 1, 2017
1 parent b0bf8ca commit 9a8374e
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 @@

jrinetd is an open source (Apache License, Version 2.0) Java TCP port redirector proxy. Do not require any external lib.

### Current Stable Version is [1.1.1](https://maven-release.s3.amazonaws.com/release/org/javastack/jrinetd/1.1.1/jrinetd-1.1.1-bin.zip)
### Current Stable Version is [1.1.2](https://maven-release.s3.amazonaws.com/release/org/javastack/jrinetd/1.1.2/jrinetd-1.1.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 @@ -4,7 +4,7 @@

<groupId>org.javastack</groupId>
<artifactId>jrinetd</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<description>jrinetd is a redirector / forward proxy (like rinetd) with extra features like connection Failover, LoadBalancing and Clustering.</description>

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

0 comments on commit 9a8374e

Please sign in to comment.