From 5d7423786b2abfd6d34b41255c7b76b29a95b23f Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 10 Aug 2020 13:59:42 +0200 Subject: [PATCH] Bump version of all plugins Signed-off-by: Christopher Arndt --- plugins/diodeladder/PluginDiodeLadder.hpp | 2 +- plugins/korg35hpf/PluginKorg35HPF.hpp | 2 +- plugins/korg35lpf/PluginKorg35LPF.hpp | 2 +- plugins/mooghalfladder/PluginMoogHalfLadder.hpp | 2 +- plugins/moogladder/PluginMoogLadder.hpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/diodeladder/PluginDiodeLadder.hpp b/plugins/diodeladder/PluginDiodeLadder.hpp index 5d0d2f6..c77cb7b 100644 --- a/plugins/diodeladder/PluginDiodeLadder.hpp +++ b/plugins/diodeladder/PluginDiodeLadder.hpp @@ -84,7 +84,7 @@ class PluginDiodeLadder : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 2, 0); + return d_version(0, 3, 0); } // Go to: diff --git a/plugins/korg35hpf/PluginKorg35HPF.hpp b/plugins/korg35hpf/PluginKorg35HPF.hpp index 02252b5..275e591 100644 --- a/plugins/korg35hpf/PluginKorg35HPF.hpp +++ b/plugins/korg35hpf/PluginKorg35HPF.hpp @@ -84,7 +84,7 @@ class PluginKorg35HPF : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 2, 0); + return d_version(0, 3, 0); } // Go to: diff --git a/plugins/korg35lpf/PluginKorg35LPF.hpp b/plugins/korg35lpf/PluginKorg35LPF.hpp index 5480333..adfd944 100644 --- a/plugins/korg35lpf/PluginKorg35LPF.hpp +++ b/plugins/korg35lpf/PluginKorg35LPF.hpp @@ -84,7 +84,7 @@ class PluginKorg35LPF : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 2, 0); + return d_version(0, 3, 0); } // Go to: diff --git a/plugins/mooghalfladder/PluginMoogHalfLadder.hpp b/plugins/mooghalfladder/PluginMoogHalfLadder.hpp index f7c1206..68d0b60 100644 --- a/plugins/mooghalfladder/PluginMoogHalfLadder.hpp +++ b/plugins/mooghalfladder/PluginMoogHalfLadder.hpp @@ -84,7 +84,7 @@ class PluginMoogHalfLadder : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 2, 0); + return d_version(0, 3, 0); } // Go to: diff --git a/plugins/moogladder/PluginMoogLadder.hpp b/plugins/moogladder/PluginMoogLadder.hpp index 83699b9..c817265 100644 --- a/plugins/moogladder/PluginMoogLadder.hpp +++ b/plugins/moogladder/PluginMoogLadder.hpp @@ -84,7 +84,7 @@ class PluginMoogLadder : public Plugin { } uint32_t getVersion() const noexcept override { - return d_version(0, 2, 0); + return d_version(0, 3, 0); } // Go to: