Skip to content

Commit

Permalink
Bump version of all plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
  • Loading branch information
SpotlightKid committed Aug 10, 2020
1 parent 71c3f84 commit 5d74237
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/diodeladder/PluginDiodeLadder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/korg35hpf/PluginKorg35HPF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/korg35lpf/PluginKorg35LPF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/mooghalfladder/PluginMoogHalfLadder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/moogladder/PluginMoogLadder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d74237

Please sign in to comment.