Skip to content

Commit 42e4ed4

Browse files
authored
Merge pull request #89 from 4refr0nt/release-0.2.0
Release 0.2.0
2 parents 142ff90 + 5c75709 commit 42e4ed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Download the latest and greatest one from [Oracle website](https://www.oracle.co
3333
[http://esp8266.ru/ESPlorer/](http://esp8266.ru/esplorer/)
3434

3535
### Latest binaries download
36-
[esp8266.ru](http://esp8266.ru/esplorer/#download)
36+
Check out [Releases](https://github.com/4refr0nt/ESPlorer/releases)
3737

3838
### Build from sources
3939
#### Windows

src/main/java/ESPlorer/ESPlorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ESPlorer extends javax.swing.JFrame {
4747
public static boolean pOpen = false;
4848
public static boolean sOpen = false;
4949
public static boolean portJustOpen = false;
50-
public static final String VERSION = "v0.2.0-rc5";
50+
public static final String VERSION = "v0.2.0";
5151
private static String laf;
5252
private static String systemLaf;
5353
public static Preferences prefs;

0 commit comments

Comments
 (0)