Skip to content

Commit

Permalink
Update version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 22, 2021
1 parent e381b37 commit eef3d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit eef3d91

Please sign in to comment.