Skip to content

Commit 4c49675

Browse files
committed
release 0.3.4
1 parent b65e889 commit 4c49675

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fxgl-games/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>fxgl-framework</artifactId>
88
<groupId>com.github.almasb</groupId>
9-
<version>0.3.4-SNAPSHOT</version>
9+
<version>0.3.4</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

fxgl-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>fxgl-framework</artifactId>
88
<groupId>com.github.almasb</groupId>
9-
<version>0.3.4-SNAPSHOT</version>
9+
<version>0.3.4</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

fxgl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>fxgl-framework</artifactId>
99
<groupId>com.github.almasb</groupId>
10-
<version>0.3.4-SNAPSHOT</version>
10+
<version>0.3.4</version>
1111
</parent>
1212

1313
<artifactId>fxgl</artifactId>

pom.xml

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

55
<groupId>com.github.almasb</groupId>
66
<artifactId>fxgl-framework</artifactId>
7-
<version>0.3.4-SNAPSHOT</version>
7+
<version>0.3.4</version>
88
<packaging>pom</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)