Skip to content

Commit

Permalink
pitched version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creedflan738 committed Jan 17, 2021
1 parent 5497ddc commit a5b4195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: jerry
version: "4.1.0"
version: "4.1.1"
summary: A graphical chess program
description: |
Jerry - Das Schachprogramm is a chess graphical user interface
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/asdfjkl/jerryfx/gui/DialogAbout.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void show() {
Text txtJerry = new Text("JerryFX\n");
txtJerry.setFont(Font.font("Verdana", FontWeight.BOLD, 14));

Text txtCopyright = new Text("Version 4.1.0\n" +
Text txtCopyright = new Text("Version 4.1.1\n" +
"Copyright © 2014-2021\n" +
"Dominik Klein\n" +
"licensed under GNU GPL 2");
Expand Down

0 comments on commit a5b4195

Please sign in to comment.