diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml
index 21d67a5..0511b12 100644
--- a/.github/ISSUE_TEMPLATE/bug.yaml
+++ b/.github/ISSUE_TEMPLATE/bug.yaml
@@ -5,7 +5,7 @@ body:
id: version
attributes:
label: Version
- value: "24.04"
+ value: "24.05"
validations:
required: true
- type: dropdown
diff --git a/Makefile b/Makefile
index a820d8a..b128c43 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist
# .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
-VERSION = 24.04
+VERSION = 24.05
# --------------------------------------------------------------
# Build targets
diff --git a/plugins/plugins-mini.cpp b/plugins/plugins-mini.cpp
index c6f45f8..fadda3c 100644
--- a/plugins/plugins-mini.cpp
+++ b/plugins/plugins-mini.cpp
@@ -575,6 +575,7 @@ static void initStatic__surgext()
spl.removeModule("SurgeXTDigitalRingMod");
spl.removeModule("SurgeXTVCF");
+ p->addModel(modelFXNimbus);
spl.removeModule("SurgeXTFXBonsai");
spl.removeModule("SurgeXTFXChorus");
spl.removeModule("SurgeXTFXChow");
@@ -586,7 +587,6 @@ static void initStatic__surgext()
spl.removeModule("SurgeXTFXFlanger");
spl.removeModule("SurgeXTFXFrequencyShifter");
spl.removeModule("SurgeXTFXNeuron");
- spl.removeModule("SurgeXTFXNimbus");
spl.removeModule("SurgeXTFXPhaser");
spl.removeModule("SurgeXTFXResonator");
spl.removeModule("SurgeXTFXReverb");
diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp
index 5512e5e..fd21343 100644
--- a/src/CardinalCommon.cpp
+++ b/src/CardinalCommon.cpp
@@ -99,7 +99,7 @@ void destroyStaticPlugins();
}
}
-const std::string CARDINAL_VERSION = "24.04";
+const std::string CARDINAL_VERSION = "24.05";
// -----------------------------------------------------------------------------------------------------------
diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp
index 4f5acb5..5139aec 100644
--- a/src/CardinalPlugin.cpp
+++ b/src/CardinalPlugin.cpp
@@ -414,7 +414,7 @@ protected:
uint32_t getVersion() const override
{
- return d_version(0, 24, 4);
+ return d_version(0, 24, 5);
}
int64_t getUniqueId() const override
diff --git a/utils/macOS/Info_JACK.plist b/utils/macOS/Info_JACK.plist
index 66bb498..d0980b3 100644
--- a/utils/macOS/Info_JACK.plist
+++ b/utils/macOS/Info_JACK.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.jack
CFBundleShortVersionString
- 23.04
+ 24.05
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright
diff --git a/utils/macOS/Info_Native.plist b/utils/macOS/Info_Native.plist
index 310766e..1672ad6 100644
--- a/utils/macOS/Info_Native.plist
+++ b/utils/macOS/Info_Native.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.native
CFBundleShortVersionString
- 24.04
+ 24.05
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright