From eef3d918cef72a4de9a3e96c93021b0666445096 Mon Sep 17 00:00:00 2001 From: jatinchowdhury18 Date: Wed, 21 Apr 2021 18:26:03 -0700 Subject: [PATCH] Update version and docs --- CMakeLists.txt | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b4343..2da02ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target") -project(ChowPhaser VERSION 1.1.0) +project(ChowPhaser VERSION 1.1.1) set(CMAKE_CXX_STANDARD 17) add_subdirectory(modules) diff --git a/README.md b/README.md index 45d637d..2356dfb 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Phasing "A". Check out the video demo on ## Installation -To install, simply download the -[latest release](https://github.com/jatinchowdhury18/ChowPhaser/releases). +To install, you can download the latest release from +[our website](https://chowdsp.com/products.html#phaser). If you would like to try the most recent updates -(potentially unstable), see the -[`bin/`](./bin) folder. -Linux users can find builds available on the +(potentially unstable), see our +[Nightly BUilds Page](https://chowdsp.com/nightly.html#phaser). +Linux users can also find builds available on the [Open Build Service](https://build.opensuse.org/package/show/home:kill_it:JUCE/ChowPhaser), courtesy of Konstantin Voinov.