diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a018a5b..326665a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: shell: bash - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Binaries path: bin @@ -128,7 +128,7 @@ jobs: run: spctl -a -vvv -t install "bin/${{ matrix.project }}-${{ matrix.version }}.pkg" - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Binaries path: bin @@ -178,7 +178,7 @@ jobs: run: mv "packaging/build/${{ matrix.project }}.exe" "bin/${{ matrix.project }}-${{ matrix.version }}.exe" - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Binaries path: bin diff --git a/osci-render.jucer b/osci-render.jucer index d7e78e5..85df41b 100644 --- a/osci-render.jucer +++ b/osci-render.jucer @@ -4,7 +4,7 @@ addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" pluginCharacteristicsValue="pluginWantsMidiIn" pluginManufacturer="jameshball" aaxIdentifier="sh.ball.oscirender" cppLanguageStandard="20" projectLineFeed=" " headerPath="./include" - version="2.4.5.0" companyName="James H Ball" companyWebsite="https://osci-render.com" + version="2.4.5.1" companyName="James H Ball" companyWebsite="https://osci-render.com" companyEmail="james@ball.sh" defines="NOMINMAX=1 INTERNET_FLAG_NO_AUTO_REDIRECT=0 SOSCI_FEATURES=1" pluginAUMainType="'aumf'"> diff --git a/sosci.jucer b/sosci.jucer index 48a70e3..eddba90 100644 --- a/sosci.jucer +++ b/sosci.jucer @@ -3,7 +3,7 @@