Package com.minigameworld.util
Class UpdateChecker
java.lang.Object
com.minigameworld.util.UpdateChecker
Check for updates with Github latest release tag
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheck()Check current version is latest version
Print update checker in the console 
- 
Constructor Details
- 
UpdateChecker
public UpdateChecker() 
 - 
 - 
Method Details
- 
check
public static boolean check()Check current version is latest version
Print update checker in the console- Returns:
 - True if current version is latest version
 
 
 -