Skip to content

Commit

Permalink
Bumped version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdasaur authored and Sean Phillips committed Jan 5, 2021
1 parent ef42def commit b95ef95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions litfx-controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.8</version>
<version>0.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion litfx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.8</version>
<version>0.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions litfx-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.8</version>
<version>0.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-controls</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>LitFX</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>

<modules>
<module>litfx-core</module>
Expand Down

0 comments on commit b95ef95

Please sign in to comment.