diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 12fb944..9cc1a11 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -33,7 +33,7 @@ jobs: cmake -G "Visual Studio 16 2019" -A x64 .. shell: bash - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 - name: build-plugin run: | cd Build diff --git a/Source/NeuropixThread.h b/Source/NeuropixThread.h index 9731240..57c9dc5 100644 --- a/Source/NeuropixThread.h +++ b/Source/NeuropixThread.h @@ -31,7 +31,7 @@ #include "NeuropixComponents.h" -#define PLUGIN_VERSION "0.6.5" +#define PLUGIN_VERSION "0.6.6" class SourceNode; class NeuropixThread;