We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73fd91 commit 6f4cfa0Copy full SHA for 6f4cfa0
src/ca/mcgill/cs/jetuml/JetUML.java
@@ -39,7 +39,7 @@
39
public final class JetUML extends Application
40
{
41
@SuppressWarnings("exports")
42
- public static final Version VERSION = Version.create(3, 0, 1);
+ public static final Version VERSION = Version.create(3, 0, 2);
43
44
private static HostServices aHostServices; // Required to open a browser page.
45
0 commit comments