From 5c75709724603d09c0fb76c38eeda2642ac2ef76 Mon Sep 17 00:00:00 2001 From: olebed Date: Mon, 2 Nov 2020 22:22:40 +0100 Subject: [PATCH] Release 0.2.0 --- README.md | 2 +- src/main/java/ESPlorer/ESPlorer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86280ba..f146162 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Download the latest and greatest one from [Oracle website](https://www.oracle.co [http://esp8266.ru/ESPlorer/](http://esp8266.ru/esplorer/) ### Latest binaries download -[esp8266.ru](http://esp8266.ru/esplorer/#download) +Check out [Releases](https://github.com/4refr0nt/ESPlorer/releases) ### Build from sources #### Windows diff --git a/src/main/java/ESPlorer/ESPlorer.java b/src/main/java/ESPlorer/ESPlorer.java index 00062ef..ecbb5b0 100644 --- a/src/main/java/ESPlorer/ESPlorer.java +++ b/src/main/java/ESPlorer/ESPlorer.java @@ -47,7 +47,7 @@ public class ESPlorer extends javax.swing.JFrame { public static boolean pOpen = false; public static boolean sOpen = false; public static boolean portJustOpen = false; - public static final String VERSION = "v0.2.0-rc5"; + public static final String VERSION = "v0.2.0"; private static String laf; private static String systemLaf; public static Preferences prefs;