commit 00b0e80d6c8939cccbf6e90d53e092a8a11e7bd3
parent 10446b3c853bb8287582057c9b9cada8cafab7c6
Author: Jatin Chowdhury <[email protected]>
Date: Mon, 19 Apr 2021 09:51:08 -0700
Bump version number
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in
this file.
## [2.8.0] - Unreleased
-- Added support for Apple Silicon.
+- Added support for iOS (AUv3) and Apple Silicon.
- Added Azimuth parameter for playhead loss controls.
- Added Variance and Drift parameters for Wow control.
- Fixed stability issue in tone filters.
diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment target")
set(CMAKE_CXX_STANDARD 17)
-project(CHOWTapeModel VERSION 2.7.9)
+project(CHOWTapeModel VERSION 2.8.0)
add_subdirectory(modules)
include_directories(modules/RTNeural)