From 94e658d37affc10c0fc800914b21855780a9322b Mon Sep 17 00:00:00 2001 From: Robinson Date: Mon, 26 Apr 2021 14:43:46 +0200 Subject: [PATCH] Added version and updates --- src/dorkbox/util/Desktop.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/dorkbox/util/Desktop.java b/src/dorkbox/util/Desktop.java index 8d2440a..a3a6350 100644 --- a/src/dorkbox/util/Desktop.java +++ b/src/dorkbox/util/Desktop.java @@ -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()); } /**