Adjusted version number for the first release

This commit is contained in:
2019-07-11 09:38:00 +02:00
parent 0be84727ec
commit 2108ea7280

View File

@ -30,7 +30,7 @@ import javax.swing.UIManager;
*/
public class Minesweeper {
private static final String VERSION = "1.2 JE";
private static final String VERSION = "1.0";
private JFrame mframe;