diff --git a/CMakeLists.txt b/CMakeLists.txt index 86c47f4..ff17ea6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16.0) project(pipedal - VERSION 0.1.6 + VERSION 0.1.7 DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi" HOMEPAGE_URL "https://rerdavies.github.io/pipedal" ) -set (DISPLAY_VERSION "v0.1.6-beta.2") +set (DISPLAY_VERSION "v0.1.7-beta.3") set (CMAKE_INSTALL_PREFIX "/usr/") diff --git a/README.md b/README.md index 2f0a5e2..0e1a5ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - v0.1.6-beta.2 + v0.1.7-beta-3 Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/docs/Installing.md b/docs/Installing.md index 138ea1b..160c0d5 100644 --- a/docs/Installing.md +++ b/docs/Installing.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta.2/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2 +- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.7-beta-3/pipedal_0.1.7_arm64.deb) v0.1.7-beta-3 Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.6_arm64.deb + sudo apt-get install ./pipedal_0.1.7_arm64.deb ``` -------- diff --git a/docs/download.md b/docs/download.md index 0f2f5c0..9eb6988 100644 --- a/docs/download.md +++ b/docs/download.md @@ -4,14 +4,14 @@ Download the most recent Debian (.deb) package for your platform: -- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta.2/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2 +- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.7-beta-3/pipedal_0.1.7_arm64.deb) v0.1.7-beta-3 Install the package by running ``` sudo apt update cd ~/Downloads - sudo apt-get install ./pipedal_0.1.6_arm64.deb + sudo apt-get install ./pipedal_0.1.7_arm64.deb ``` Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation. diff --git a/docs/index.md b/docs/index.md index ba17420..efd9e9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ -v0.1.6-beta.2 +v0.1.7-beta-3 Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet. diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 index d062820..3223651 120000 --- a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 +++ b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0 @@ -1 +1 @@ -ToobAmp.so.0.1.6 \ No newline at end of file +ToobAmp.so.0.1.7 \ No newline at end of file diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.5 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.5 deleted file mode 100644 index 8abc92b..0000000 Binary files a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.5 and /dev/null differ diff --git a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.6 b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 similarity index 50% rename from lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.6 rename to lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 index 38cf172..dc4c8bd 100644 Binary files a/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.6 and b/lv2/aarch64/ToobAmp.lv2/ToobAmp.so.0.1.7 differ