From e7d8667c8d902d49ca5d908268f047af49b98549 Mon Sep 17 00:00:00 2001 From: Marco Maccaferri Date: Mon, 6 May 2024 10:58:50 +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 e6bd921b..896e16d8 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-runtime - 0.35.0 + 0.36.0 pom diff --git a/modules/spin-tools/pom.xml b/modules/spin-tools/pom.xml index 1a37afdf..97343e30 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.35.0 + 0.36.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 bf306b73..c5c75e4a 100644 --- a/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java +++ b/modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java @@ -114,7 +114,7 @@ public class SpinTools { public static final String APP_TITLE = "Spin Tools IDE"; - public static final String APP_VERSION = "0.35.0"; + public static final String APP_VERSION = "0.36.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 5fd043c5..59489f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.maccasoft spin-tools-ide - 0.35.0 + 0.36.0 pom Integrated Development Environment for Parallax Propeller microcontrollers. @@ -20,7 +20,7 @@ com.maccasoft spin-tools - 0.35.0 + 0.36.0 runtime