v3.0.0: incremented version for early alpha release

This commit is contained in:
Evan Debenham
2024-11-28 14:31:10 -05:00
parent 5251f8683b
commit a228a4fb6f
2 changed files with 2 additions and 2 deletions
@@ -53,7 +53,7 @@ import java.util.Collections;
public class WelcomeScene extends PixelScene {
private static final int LATEST_UPDATE = 803;
private static final int LATEST_UPDATE = 804;
//used so that the game does not keep showing the window forever if cleaning fails
private static boolean triedCleaningTemp = false;