Skip to content

Commit

Permalink
Release plugin v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Dec 12, 2022
1 parent fd218ab commit 5ca1771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-20.04]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1.1
- name: build-plugin
run: |
cd Build
Expand Down
2 changes: 1 addition & 1 deletion Source/OpenEphysLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
{
info->apiVersion = PLUGIN_API_VER;
info->name = "Multi-Band Integrator";
info->libVersion = "0.2.0";
info->libVersion = "0.2.1";
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit 5ca1771

Please sign in to comment.