Skip to content

Commit

Permalink
finalize release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvos committed May 30, 2021
1 parent bbce382 commit a55d3bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.redfx</groupId>
<artifactId>strangefx</artifactId>
<packaging>jar</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>StrangeFX</name>
<description>StrangeFX Quantum Visualisation</description>
<url>https://github.com/redfx-quantum/strangefx</url>
Expand Down Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>org.redfx</groupId>
<artifactId>strange</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>15.0.1</version>
<version>16</version>
</dependency>
<!--
<dependency>
Expand Down

0 comments on commit a55d3bf

Please sign in to comment.