From 1a6e6264893be2681a8d4d395f4ef98c3f830ad0 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sat, 2 Sep 2023 06:13:10 -0700 Subject: [PATCH] Version 0.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17d1ae9..d48409b 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.2) +set (PLUGIN_VERSION 0.0.3) set (BUNDLE_ID com.socalabs.wt2048etable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/")