Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrandes committed Jan 17, 2024
1 parent 3046d71 commit a93398f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Manage SSH Tunnels made easy. Open Source Java project under Apache License v2.0

### Current Stable Version is [1.1.1](https://github.com/ggrandes/jentunnel/releases)
### Current Stable Version is [1.1.2](https://github.com/ggrandes/jentunnel/releases)

---

## Requirements, Installation and Running

* Java Runtime (8 o newer): https://jdk.java.net/java-se-ri/17
* Java Runtime (8 o newer): https://jdk.java.net/java-se-ri/21 (If you install OpenJDK or zip-source you should set the JAVA_HOME)
* This software run in [Portable Mode](https://en.wikipedia.org/wiki/Portable_application), you only need to unzip in a folder to install.
* Run the `jentunnel-gui-launcher.exe` (in Windows) or execute `java -jar jentunnel-gui-x.x.x.jar` (in Linux).

Expand Down
2 changes: 1 addition & 1 deletion jentunnel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.javastack</groupId>
<artifactId>jentunnel</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jentunnel-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.javastack</groupId>
<artifactId>jentunnel</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.javastack</groupId>
<artifactId>jentunnel</artifactId>
<packaging>pom</packaging>
<version>1.1.1</version>
<version>1.1.2</version>
<description>Manage SSH Tunnels made easy</description>

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

0 comments on commit a93398f

Please sign in to comment.