Skip to content

Commit

Permalink
[#521] Update version information and copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Jan 13, 2024
1 parent b7b919c commit f5c1aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/org/jetuml/JetUML.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
public final class JetUML extends Application
{
@SuppressWarnings("exports")
public static final Version VERSION = Version.create(3, 6);
public static final Version VERSION = Version.create(3, 7);

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

Expand Down
2 changes: 1 addition & 1 deletion src/org/jetuml/JetUML.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ application.name=JetUML
application.icon=jet.png
application.file.name=JetUML Files
application.file.all=All Files
application.copyright=Copyright \u00A9 2015-2023 McGill University
application.copyright=Copyright \u00A9 2015-2024 McGill University
quotes.copyright=The quotes in the tooltip information are excerpts\n\
from the Unified Modeling Language Reference Manual,\n\
Second Edition. Copyright \u00A9 2005 by Pearson Education, Inc.
Expand Down

0 comments on commit f5c1aa5

Please sign in to comment.