Skip to content

Commit

Permalink
bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermelder committed May 7, 2020
1 parent d35b871 commit d57e3b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
- Module [FLOWER](./docs/Flower.md)
- New module, pattern-driven 16-step sequencer

## 1.6.1

### Fixes and Changes

- Module [GLUE](./docs/Glue.md)
- Fixed invalid initialization on new instances
- Module [MIDI-CAT](./docs/MidiCat.md)
- Added option for re-sending MIDI feedback values
- Module [ROTOR mod A](./docs/RotorA.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stoermelder PackOne

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-1.6.0-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.6.1-green.svg?style=flat-square)
![Rack SDK](https://img.shields.io/badge/Rack--SDK-1.1.6-red.svg?style=flat-square)
![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)
Expand Down
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.6.0",
"version": "1.6.1",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
Expand Down Expand Up @@ -215,7 +215,8 @@
"name": "FR",
"description": "Show the current screen framerate in the top-right corner",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Fr.md"
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Fr.md",
"disabled": true
},
{
"slug": "AudioInterface64",
Expand Down

0 comments on commit d57e3b5

Please sign in to comment.