Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermelder committed May 2, 2020
1 parent ffb11c7 commit 8a7542a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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.5.0-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.6.0-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
14 changes: 7 additions & 7 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,28 +171,28 @@
{
"slug": "Mirror",
"name": "MIRROR",
"description": "",
"description": "Utility for synchronizing module parameters",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mirror.md"
},
{
"slug": "Affix",
"name": "AFFIX",
"description": "Insert on polyphonic cables for adding offsets in Volt or cent (16-channel)",
"tags": ["Polyphonic", "Utility"],
"description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (16 channels)",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md"
},
{
"slug": "AffixMicro",
"name": "µAFFIX",
"description": "Insert on polyphonic cables for adding offsets in Volt or cent (8-channel)",
"tags": ["Polyphonic", "Utility"],
"description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (8 channels)",
"tags": ["Polyphonic", "Utility", "Attenuator"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md"
},
{
"slug": "Grip",
"name": "GRIP",
"description": "Locker for module parameters",
"description": "Lock for module parameters",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Grip.md"
},
Expand All @@ -206,7 +206,7 @@
{
"slug": "Goto",
"name": "GOTO",
"description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI-MAP",
"description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI",
"tags": ["Utility"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md"
},
Expand Down

0 comments on commit 8a7542a

Please sign in to comment.