Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Schnick committed Mar 30, 2021
1 parent e383e3e commit d8544f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'org.beryx.jlink' version '2.23.3'
}

setVersion '2.6.3'
setVersion '2.6.4'

if (!file("${projectDir}/pdxu.properties").exists()) {
file("${projectDir}/pdxu.properties").write(file("${projectDir}/pdxu.properties.default").getText())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private static Region createRulerStatsNode(Eu4SavegameInfo.Ruler ruler) {
box.getChildren().add(mil);
return box;
}

private void createDiplomacyRow(
JFXMasonryPane pane,
SavegameInfo<Eu4Tag> info,
Expand Down

0 comments on commit d8544f1

Please sign in to comment.