Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteyn committed Nov 23, 2023
1 parent 5c443c2 commit 9d43fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<finalName>jws_v1.1</finalName>
<finalName>jws_v1.2</finalName>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public MainGUI() {
System.out.println("favicon.png not found.");
}

JTextArea aboutLabel = new JTextArea("Version: 1.1\nAuthors:\nJannetta S. Steyn (GitHub: @jsteyn)\nRuxandra Neatu (GitHub: @NeatuR)\n" +
JTextArea aboutLabel = new JTextArea("Version: 1.2\nAuthors:\nJannetta S. Steyn (GitHub: @jsteyn)\nRuxandra Neatu (GitHub: @NeatuR)\n" +
"\nWorkshopScheduler takes a CSV file \n" +
"which consists of four columns,\n" +
"duration, Episode name, a summary \n" +
Expand Down

0 comments on commit 9d43fa4

Please sign in to comment.