From a7c252b7c6e6345cb425c1656be440b403e5dc13 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Wed, 6 Sep 2023 14:00:47 -0700 Subject: [PATCH] Forgot to bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9b89ed..901076c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.24.0 FATAL_ERROR) # Set for each plugin # set (PLUGIN_NAME Wavetable) -set (PLUGIN_VERSION 0.0.5) +set (PLUGIN_VERSION 0.0.6) set (BUNDLE_ID com.socalabs.wt2048etable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/")