Skip to content

Commit 2cbbcc5

Browse files
authored
update to Rack SDK 2.2.3
1 parent 3e17e2c commit 2cbbcc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22
on: [push, pull_request]
33

44
env:
5-
rack-sdk-version: 2.2.1
5+
rack-sdk-version: 2.2.3
66
rack-plugin-toolchain-dir: /home/build/rack-plugin-toolchain
77

88
defaults:

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "MyPlugin",
33
"name": "MyPlugin",
4-
"version": "2.2.1",
4+
"version": "2.2.3",
55
"license": "GPL-3.0-or-later",
66
"brand": "MyBrand",
77
"author": "Me",

0 commit comments

Comments
 (0)