Skip to content

Commit

Permalink
Merge pull request #89 from 4refr0nt/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
4refr0nt authored Nov 3, 2020
2 parents 142ff90 + 5c75709 commit 42e4ed4
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ESPlorer/ESPlorer.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42e4ed4

Please sign in to comment.