Skip to content

Commit

Permalink
v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed May 10, 2023
1 parent cb185dd commit 8e85d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 3.9)

set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "OFF")

project(ToobAmp VERSION 1.0.12 DESCRIPTION "TooBAmp LV2 Plugin")
project(ToobAmp VERSION 1.0.14 DESCRIPTION "TooBAmp LV2 Plugin")

include(CTest)
enable_testing()
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ToobAmp LV2 Guitar Amp Plugins

v1.0.12
v1.0.14

ToobAmp LV2 plugins are a set of high-quality guitar effect plugins for Raspberry Pi. They are specifically designed for use with the [PiPedal](https://github.com/rerdavies/pipedal) project, but work perfectly well with any LV2 Plugin host.

Expand All @@ -15,15 +15,15 @@ Currently supported platforms:

Download the current install package for your platform:

* [Ubuntu 21.04 or later; Raspberry Pi OS 64-bit (bullseye) or later](https://github.com/rerdavies/ToobAmp/releases/download/v1.0.12/toobamp_1.0.12_arm64.deb)
* [Ubuntu 21.04 or later; Raspberry Pi OS 64-bit (bullseye) or later](https://github.com/rerdavies/ToobAmp/releases/download/v1.0.14/toobamp_1.0.14_arm64.deb)

* [Ubuntu 21.04 or later; amd64/x64](https://github.com/rerdavies/ToobAmp/releases/download/v1.0.12/toobamp_1.0.11_arm64.deb)
* [Ubuntu 21.04 or later; amd64/x64](https://github.com/rerdavies/ToobAmp/releases/download/v1.0.14/toobamp_1.0.14_arm64.deb)

Run the following shell commands:

sudo apt update
cd ~/Downloads
sudo apt-get install ./toobamp_1.0.12_arm64.deb
sudo apt-get install ./toobamp_1.0.14_arm64.deb

--------------------

Expand Down

0 comments on commit 8e85d52

Please sign in to comment.