computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 9db36e9bcedf6b5457f19a79363c130f8f51b2c1
parent 04bc0c19f2f2db7e1f4183b39cd654e547f0c2ba
Author: Adam M <[email protected]>
Date:   Fri, 12 Nov 2021 20:57:56 -0600

geee golly

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 @@ -117,7 +117,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/**/*.zip + file: _artifacts/**/* tag: ${{ github.ref }} file_glob: true - name: Upload release builds diff --git a/plugin.json b/plugin.json @@ -1,6 +1,6 @@ { "slug": "computerscare", - "version": "2.0.0f", + "version": "2.0.0g", "name": "computerscare", "brand": "computerscare", "author": "computerscare",