Skip to content

Commit

Permalink
1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed May 1, 2019
1 parent 01c37f3 commit bdea946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(to be released)
1.6.0 (May 1, 2019)
------------------------------
* updated the required Java version to 1.8
* added a fade-out effect to the ball circle in pass mode etc.
Expand Down
2 changes: 1 addition & 1 deletion src/rv/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
public class Viewer
extends GLProgram implements GLEventListener, ServerComm.ServerChangeListener, LogPlayer.StateChangeListener
{
private static final String VERSION = "1.5.0";
private static final String VERSION = "1.6.0";

public enum Mode {
LOGFILE,
Expand Down

0 comments on commit bdea946

Please sign in to comment.