Skip to content

Commit

Permalink
Added version number to About text
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross committed Jan 9, 2025
1 parent 7c0929e commit bbef089
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ public static String generateAboutGUI() {
sb.append("\" align=\"middle\">");
sb.append("<br><br>");

sb.append("<h2 style=\"text-align: center;\">Version "+MIA.getVersion()+"</p>");
sb.append("<br><br>");

sb.append("<h2>Introduction</h2>");
URL url = Resources.getResource("templatemd/introduction.md");
String string = Resources.toString(url, Charsets.UTF_8);
Expand Down

0 comments on commit bbef089

Please sign in to comment.