computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit fc65035c31efa3571827453a2cad969d06849398
parent bc63fb84b9bfa48877a18d581491d2ba12d286f8
Author: AdamPorcineFudgepuppy <>
Date:   Mon,  3 Jun 2024 14:53:00 -0500

bump sdk version to 2.5.2

Diffstat:
M.github/workflows/build-all.yml | 2+-
Mplugin.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml @@ -2,7 +2,7 @@ name: Build v2 on: [push, pull_request] env: - rack-sdk-version: 2.4.1 + rack-sdk-version: 2.5.2 defaults: run: diff --git a/plugin.json b/plugin.json @@ -1,6 +1,6 @@ { "slug": "computerscare", - "version": "2.1.3", + "version": "2.1.4", "name": "computerscare", "brand": "computerscare", "author": "computerscare",