From 2401b07765f06137e6df1f2eb6de876eccf33e4e Mon Sep 17 00:00:00 2001 From: Marco Maccaferri Date: Wed, 12 Jun 2024 07:59:04 +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 db39e4b2..69cdd554 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-runtime - 0.36.1 + 0.37.0 pom diff --git a/modules/spin-tools/pom.xml b/modules/spin-tools/pom.xml index ce337d7f..a5988e63 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.36.1 + 0.37.0 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 8d4ce326..ef779625 100644 --- a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java +++ b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java @@ -115,7 +115,7 @@ public class SpinTools { public static final String APP_TITLE = "Spin Tools IDE"; - public static final String APP_VERSION = "0.36.1"; + public static final String APP_VERSION = "0.37.0"; 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 10fe6c1b..85072311 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-ide - 0.36.1 + 0.37.0 pom Integrated Development Environment for Parallax Propeller microcontrollers. @@ -20,7 +20,7 @@ com.maccasoft spin-tools - 0.36.1 + 0.37.0 runtime