Skip to content

Commit

Permalink
Bumped from 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Phillips committed May 4, 2021
1 parent a62918c commit 643f161
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions litfx-controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>litfx-controls</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion litfx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

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

<artifactId>litfx-demos</artifactId>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-controls</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>LitFX</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:git://github.com/Birdasaur/LitFX.git</connection>
<developerConnection>scm:git:git@github.com:Birdasaur/LitFX.git</developerConnection>
<url>https://github.com/Birdasaur/LitFX</url>
<tag>LitFX-0.1.0</tag>
<tag>LitFX-0.1.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 643f161

Please sign in to comment.