Skip to content

Commit 1718bbb

Browse files
committed
Bump verison to 0.1.10
1 parent 6583092 commit 1718bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: cargo build --release
1515
- run: |
1616
mkdir mods
17-
mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders ./mods/
17+
mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders.dll ./mods/
1818
mv target/i686-pc-windows-msvc/release/fix_damage_to_offside_ship_artillery.dll ./mods/
1919
mv target/i686-pc-windows-msvc/release/fix_invulnerable_ship_artillery_slots.dll ./mods/
2020
mv target/i686-pc-windows-msvc/release/fix_market_hall_production_town.dll ./mods/

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = [
2929
]
3030

3131
[workspace.package]
32-
version = "0.1.9"
32+
version = "0.1.10"
3333

3434
[workspace.dependencies]
3535
hooklet = "^0.1.7"

0 commit comments

Comments
 (0)