Added version and updates

This commit is contained in:
Robinson 2021-04-26 14:43:46 +02:00
parent d619ee2d53
commit 94e658d37a

View File

@ -43,7 +43,12 @@ class Desktop {
*/
public static
String getVersion() {
return "1.9";
return "1.10";
}
static {
// Add this project to the updates system, which verifies this class + UUID + version information
dorkbox.updates.Updates.INSTANCE.add(Desktop.class, "b4c69a68f6b747228592db0800809e30", getVersion());
}
/**