Skip to content

Commit dea88bf

Browse files
authored
Merge pull request #4 from technagreek/jdk15-openjfx
Cleaning up version and matching release
2 parents 8dc035a + 7360950 commit dea88bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.technagreek</groupId>
88
<artifactId>enchald</artifactId>
9-
<version>1.0.0.1</version>
9+
<version>1.0.0.2</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>15</maven.compiler.source>

src/main/java/org/technagreek/java/enchald/core/help/About.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" fx:id="AboutPane" prefHeight="210.0" prefWidth="551.0"
77
xmlns="http://javafx.com/javafx/10.0.2-internal">
88
<Label layoutX="54.0" layoutY="65.0" prefHeight="16.0" prefWidth="327.0" text="Enchald sample for Java FX"/>
9-
<Label layoutX="54.0" layoutY="96.0" text="v1.0.0.1"/>
9+
<Label layoutX="54.0" layoutY="96.0" text="v1.0.0.2"/>
1010
<Label layoutX="54.0" layoutY="31.0" text="About">
1111
<font>
1212
<Font size="14.0"/>

0 commit comments

Comments
 (0)