commit ff516914ccc192439716ee96acfba4abc8a023b2
parent 97986200220548ef16ae4ff38bca2eba361543d7
Author: Matt Demanett <matt@demanett.net>
Date: Sun, 7 Jul 2019 18:14:09 -0400
Set major/minor version to track latest Rack.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -38,7 +38,7 @@ You'll need to be set up to build [VCV Rack](https://github.com/VCVRack/Rack) it
make
```
-The master branch of this module currently builds against Rack 1.0.
+The master branch of this module currently builds against Rack 1.1.
## Modules
diff --git a/plugin.json b/plugin.json
@@ -1,7 +1,7 @@
{
"slug": "Bogaudio",
"name": "Bogaudio",
- "version": "1.0.18",
+ "version": "1.1.18",
"license": "BSD-3-Clause",
"brand": "Bogaudio",
"author": "Matt Demanett",