We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fd552 commit 3e17c68Copy full SHA for 3e17c68
2 files changed
.github/workflows/build-plugin.yml
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
2
on: [push, pull_request]
3
4
env:
5
- rack-sdk-version: 2.0.2
+ rack-sdk-version: 2.0.3
6
7
defaults:
8
run:
plugin.json
@@ -1,7 +1,7 @@
1
{
"slug": "MyPlugin",
"name": "MyPlugin",
- "version": "2.0.1",
+ "version": "2.0.3",
"license": "GPL-3.0-or-later",
"brand": "MyBrand",
"author": "Me",
0 commit comments