Skip to content

Commit

Permalink
🏁 Releasing version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 1, 2022
1 parent dfe414b commit a81a646
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>UnitFXParent</name>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx-parent</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions unitfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx-parent</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</parent>

<name>UnitFXDemo</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>

<!-- Logging -->
Expand Down
2 changes: 1 addition & 1 deletion unitfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx-parent</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</parent>

<artifactId>unitfx</artifactId>
Expand Down

0 comments on commit a81a646

Please sign in to comment.