Version 1.0.7

This commit is contained in:
Roland Rabien 2023-10-02 14:12:59 -07:00
commit 3ee3ff7ec6
4 changed files with 12 additions and 4 deletions

View file

@ -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.6)
set (PLUGIN_VERSION 1.0.7)
set (BUNDLE_ID com.socalabs.wavetable)
set (AU_ID WavetableAU)
set (LV2_URI "https://socalabs.com/wavetable/")