Skip to content

Commit 77052c8

Browse files
committed
feat(DinosaurGUI): update version number of game
1 parent d5eece7 commit 77052c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dinosaur/dinosaurexploder/view/DinosaurGUI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public FXGLMenu newGameMenu() {
3030
});
3131

3232

33-
settings.setVersion("1.0");
33+
settings.setVersion("1.0.2");
3434
settings.setTicksPerSecond(60); // check info : settings.setProfilingEnabled(true);
3535
settings.setFontText(ARCADECLASSIC_FONT);
3636
settings.setFontGame(ARCADECLASSIC_FONT);

0 commit comments

Comments
 (0)