Skip to content

Commit 193efd4

Browse files
committed
deployment fix
1 parent 4ffa648 commit 193efd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest
1717
steps:
1818
- name: Git Checkout
19-
uses: actions/checkout@master
19+
uses: actions/checkout@main
2020
with:
2121
lfs: 'true'
2222

deployment/VL.Devices.Ultraleap.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
44
<metadata>
55
<id>VL.Devices.Ultraleap</id>
6-
<version>0.0.1-alpha</version>
6+
<version>0.0.2-alpha</version>
77
<title>VL.Devices.Ultraleap</title>
88
<authors>bj-rn, vvvv, ultraleap</authors>
99
<projectUrl>https://github.com/vvvv/VL.Devices.Ultraleap</projectUrl>

0 commit comments

Comments
 (0)