From 0f6c94be8b3ec2983af964815df2bf3e33984901 Mon Sep 17 00:00:00 2001 From: Marco Maccaferri Date: Mon, 23 Oct 2023 14:58:45 +0200 Subject: [PATCH] Version bump --- build/pom.xml | 2 +- modules/spin-tools/pom.xml | 2 +- modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index 77ad2d11..fae8aefd 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-runtime - 0.32.0 + 0.32.1 pom diff --git a/modules/spin-tools/pom.xml b/modules/spin-tools/pom.xml index 0618b8b8..c77b87b9 100644 --- a/modules/spin-tools/pom.xml +++ b/modules/spin-tools/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools - 0.32.0 + 0.32.1 jar UTF-8 diff --git a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java index b853759c..74b5e8f0 100644 --- a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java +++ b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java @@ -110,7 +110,7 @@ public class SpinTools { public static final String APP_TITLE = "Spin Tools IDE"; - public static final String APP_VERSION = "0.32.0"; + public static final String APP_VERSION = "0.32.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(); diff --git a/pom.xml b/pom.xml index b8a4421f..47cf3474 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-ide - 0.32.0 + 0.32.1 pom Integrated Development Environment for Parallax Propeller microcontrollers. @@ -20,7 +20,7 @@ com.maccasoft spin-tools - 0.32.0 + 0.32.1 runtime