From 332435ca9bb9217722d642df2bcd0d4bca4406ef Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Fri, 29 Sep 2023 21:07:44 -0700 Subject: [PATCH] Version 1.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9dfc9b..5445ef4 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 1.0.3) +set (PLUGIN_VERSION 1.0.4) set (BUNDLE_ID com.socalabs.wavetable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/")