Skip to content

Commit

Permalink
Bump verison to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Jan 3, 2025
1 parent 6583092 commit 1718bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: cargo build --release
- run: |
mkdir mods
mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders ./mods/
mv target/i686-pc-windows-msvc/release/fix_bath_house_bribe_blunders.dll ./mods/
mv target/i686-pc-windows-msvc/release/fix_damage_to_offside_ship_artillery.dll ./mods/
mv target/i686-pc-windows-msvc/release/fix_invulnerable_ship_artillery_slots.dll ./mods/
mv target/i686-pc-windows-msvc/release/fix_market_hall_production_town.dll ./mods/
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = [
]

[workspace.package]
version = "0.1.9"
version = "0.1.10"

[workspace.dependencies]
hooklet = "^0.1.7"
Expand Down

0 comments on commit 1718bbb

Please sign in to comment.