From b3b82a5de83676de015f130010d9df307b891291 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sun, 1 Oct 2023 04:51:40 -0700 Subject: [PATCH] Version 1.0.6 --- CMakeLists.txt | 2 +- Changelist.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 583e5ea..61f4486 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.5) +set (PLUGIN_VERSION 1.0.6) set (BUNDLE_ID com.socalabs.wavetable) set (AU_ID WavetableAU) set (LV2_URI "https://socalabs.com/wavetable/") diff --git a/Changelist.txt b/Changelist.txt index 372490f..ac9d007 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,3 +1,7 @@ +1.0.6: + +- Fix tempo sync LFOs + 1.0.5: - Fix AU crash