Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Feb 8, 2023
1 parent 2084d57 commit 788e1cc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>linux</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.maccasoft</groupId>
<artifactId>com.maccasoft.spin.tools</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions build/macosx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>macosx</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.maccasoft</groupId>
<artifactId>com.maccasoft.spin.tools</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>spin-tools</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<packaging>pom</packaging>
<modules>
<module>..</module>
Expand Down
4 changes: 2 additions & 2 deletions build/windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>windows</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.maccasoft</groupId>
<artifactId>com.maccasoft.spin.tools</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>com.maccasoft.spin.tools</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/com/maccasoft/propeller/SpinTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
public class SpinTools {

public static final String APP_TITLE = "Spin Tools";
public static final String APP_VERSION = "0.20.0";
public static final String APP_VERSION = "0.20.1";

static final File defaultSpin1Examples = new File(System.getProperty("APP_DIR"), "examples/P1").getAbsoluteFile();
static final File defaultSpin2Examples = new File(System.getProperty("APP_DIR"), "examples/P2").getAbsoluteFile();
Expand Down

0 comments on commit 788e1cc

Please sign in to comment.