Skip to content

Commit bdea946

Browse files
committed
1.6.0 release
1 parent 01c37f3 commit bdea946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(to be released)
1+
1.6.0 (May 1, 2019)
22
------------------------------
33
* updated the required Java version to 1.8
44
* added a fade-out effect to the ball circle in pass mode etc.

src/rv/Viewer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
public class Viewer
7878
extends GLProgram implements GLEventListener, ServerComm.ServerChangeListener, LogPlayer.StateChangeListener
7979
{
80-
private static final String VERSION = "1.5.0";
80+
private static final String VERSION = "1.6.0";
8181

8282
public enum Mode {
8383
LOGFILE,

0 commit comments

Comments
 (0)