Skip to content

Commit 2a23bbd

Browse files
committed
[#506] Increment version number and copyright date
1 parent 27d90ba commit 2a23bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/org/jetuml/JetUML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public final class JetUML extends Application
5353
{
5454
@SuppressWarnings("exports")
55-
public static final Version VERSION = Version.create(3, 5);
55+
public static final Version VERSION = Version.create(3, 6);
5656

5757
private static HostServices aHostServices; // Required to open a browser page.
5858

src/org/jetuml/JetUML.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ application.name=JetUML
33
application.icon=jet.png
44
application.file.name=JetUML Files
55
application.file.all=All Files
6-
application.copyright=Copyright © 2015-2022 McGill University
6+
application.copyright=Copyright © 2015-2023 McGill University
77
quotes.copyright=The quotes in the tooltip information are excerpts\n\
88
from the Unified Modeling Language Reference Manual,\n\
99
Second Edition. Copyright © 2005 by Pearson Education, Inc.

0 commit comments

Comments
 (0)