From dd333faf2c67116dcfb25e11c13335c396843dd9 Mon Sep 17 00:00:00 2001 From: xenakios Date: Thu, 3 May 2018 15:26:48 +0300 Subject: [PATCH] Bump version to 1.2.0 --- Source/PluginProcessor.cpp | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 978e4b2..0bc9666 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -28,7 +28,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #undef max #endif -String g_plugintitle{ "PaulXStretch 1.1.3" }; +String g_plugintitle{ "PaulXStretch 1.2.0" }; int get_optimized_updown(int n, bool up) { int orig_n = n; diff --git a/readme.txt b/readme.txt index 6d35720..3fc45bc 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Copyright (C) 2017-2018 Xenakios Released under GNU General Public License v.2 license. History : -05-01-2018 1.1.3 +05-03-2018 1.2.0 -Changed "Octaves" module to "Ratios". The Ratios module has more shifters than the previous Octaves module and allows changing the pitch ratios (and the shifters mix) in a separate tabbed page in the GUI.