We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415544e commit 7803a4dCopy full SHA for 7803a4d
NEWS
@@ -1,7 +1,7 @@
1
JumpLab NEWS - Overview of changes
2
==================================
3
4
-Version 0.9.0 (2020.8.xx)
+Version 0.9.0 (2020.8.10)
5
------------------------
6
7
* New jump features:
jumplab.pde
@@ -26,7 +26,7 @@ Console gConsole;
26
Joystick gJoystick;
27
PresetManager gPresets;
28
29
-static final String gVersionString = "0.9.0-pre";
+static final String gVersionString = "0.9.0";
30
31
static final int gameScreen_w = 800;
32
static final int gameScreen_h = 600;
0 commit comments