Skip to content

Commit

Permalink
Changed a version number that was not updated in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH01 committed May 10, 2021
1 parent 211fc06 commit a2c16f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class MadGamesTycoon2ModTool {
private static final Logger LOGGER = LoggerFactory.getLogger(MadGamesTycoon2ModTool.class);
public static final String VERSION = "2.0.4";//Version numbers that include "dev" are not checked for updates / tool will notify if update is available
public static final String CURRENT_RELEASE_VERSION = "2.0.3";//When this version number has been detected as the newest release version the update available message is held back
public static final String CURRENT_RELEASE_VERSION = "2.0.4";//When this version number has been detected as the newest release version the update available message is held back
public static void main(String[] args){
Settings.importSettings();
if(Settings.language.equals("English")){
Expand Down

0 comments on commit a2c16f1

Please sign in to comment.