Skip to content

Commit 7803a4d

Browse files
committed
Bumped version to 0.9.0.
1 parent 415544e commit 7803a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JumpLab NEWS - Overview of changes
22
==================================
33

4-
Version 0.9.0 (2020.8.xx)
4+
Version 0.9.0 (2020.8.10)
55
------------------------
66

77
* New jump features:

jumplab.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Console gConsole;
2626
Joystick gJoystick;
2727
PresetManager gPresets;
2828

29-
static final String gVersionString = "0.9.0-pre";
29+
static final String gVersionString = "0.9.0";
3030

3131
static final int gameScreen_w = 800;
3232
static final int gameScreen_h = 600;

0 commit comments

Comments
 (0)