Skip to content

Commit 5ce54e2

Browse files
committed
Bump version to 0.1.14
1 parent e55a940 commit 5ce54e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
mkdir files
3232
mv target/i686-pc-windows-msvc/release/aimcli.exe ./files
3333
mv target/i686-pc-windows-msvc/release/cprcli.exe ./files
34+
mv target/i686-pc-windows-msvc/release/navpointmatrixcli.exe ./files
3435
mv target/i686-pc-windows-msvc/release/roucli.exe ./files
3536
mv target/i686-pc-windows-msvc/release/p3_modloader.dll ./files
3637
Compress-Archive -Path ./mods/* -DestinationPath ./mods.zip
37-
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/roucli.exe ./files/p3_modloader.dll
38+
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/navpointmatrixcli.exe ./files/roucli.exe ./files/p3_modloader.dll
3839
env:
3940
GITHUB_TOKEN: ${{ github.TOKEN }}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = [
3232
]
3333

3434
[workspace.package]
35-
version = "0.1.13"
35+
version = "0.1.14"
3636

3737
[workspace.dependencies]
3838
hooklet = "^0.1.8"

0 commit comments

Comments
 (0)