Browse Source

Bump version number in order to release bugfix

* added changelog
tags/v2.1.0
hemmer 3 years ago
parent
commit
308823d0d2
2 changed files with 16 additions and 1 deletions
  1. +14
    -0
      CHANGELOG.md
  2. +2
    -1
      plugin.json

+ 14
- 0
CHANGELOG.md View File

@@ -0,0 +1,14 @@
# Change Log

## v1.1.1

* Fixed issue with A*B+C summing logic

## v1.1.0

* New modules added: Kickall, Percall, Chopping Kinky, and Hexmix VCA
* Added polyphony support for some modules

## v1.0.0

* Initial set of modules: EvenVCO, Rampage, A*B+C, Spring Reverb, Mixer, Slew Limiter, Dual Atenuverter

+ 2
- 1
plugin.json View File

@@ -1,6 +1,6 @@
{
"slug": "Befaco",
"version": "1.1.0",
"version": "1.1.1",
"license": "GPL-3.0-or-later",
"name": "Befaco",
"author": "VCV",
@@ -8,6 +8,7 @@
"pluginUrl": "https://vcvrack.com/Befaco",
"authorUrl": "https://vcvrack.com/",
"sourceUrl": "https://github.com/VCVRack/Befaco",
"changelogUrl": "https://github.com/VCVRack/Befaco/blob/v1/CHANGELOG.md",
"modules": [
{
"slug": "EvenVCO",


Loading…
Cancel
Save