From a93398fc6dc143a004043341750897aca780457e Mon Sep 17 00:00:00 2001 From: ggrandes Date: Wed, 17 Jan 2024 23:02:53 +0100 Subject: [PATCH] release v1.1.2 --- README.md | 4 ++-- jentunnel-core/pom.xml | 2 +- jentunnel-gui/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e81034..c215df5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/jentunnel-core/pom.xml b/jentunnel-core/pom.xml index 7535358..04c554a 100644 --- a/jentunnel-core/pom.xml +++ b/jentunnel-core/pom.xml @@ -6,7 +6,7 @@ org.javastack jentunnel - 1.1.1 + 1.1.2 .. diff --git a/jentunnel-gui/pom.xml b/jentunnel-gui/pom.xml index 125e74f..c945cfe 100644 --- a/jentunnel-gui/pom.xml +++ b/jentunnel-gui/pom.xml @@ -6,7 +6,7 @@ org.javastack jentunnel - 1.1.1 + 1.1.2 .. diff --git a/pom.xml b/pom.xml index 677ed4d..5607495 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.javastack jentunnel pom - 1.1.1 + 1.1.2 Manage SSH Tunnels made easy ${project.groupId}:${project.artifactId}