From 021c68bc6986004484a16c74c5a4371e8fe3c94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 13 May 2014 02:37:35 +0200 Subject: [PATCH] version++ --- src/mightypork/rogue/Const.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mightypork/rogue/Const.java b/src/mightypork/rogue/Const.java index 2f994d5..47d383d 100644 --- a/src/mightypork/rogue/Const.java +++ b/src/mightypork/rogue/Const.java @@ -9,7 +9,7 @@ package mightypork.rogue; public final class Const { // STRINGS - public static final int VERSION = 1; + public static final int VERSION = 2; public static final String APP_NAME = "Rogue"; public static final String TITLEBAR = APP_NAME + " v." + VERSION;