Skip to content

Commit 37812e6

Browse files
committed
Bump Version to 0.1.1
1 parent 071f952 commit 37812e6

File tree

11 files changed

+6
-11
lines changed

11 files changed

+6
-11
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
mv target/i686-pc-windows-msvc/release/aimcli.exe ./files
2020
mv target/i686-pc-windows-msvc/release/cprcli.exe ./files
2121
mv target/i686-pc-windows-msvc/release/roucli.exe ./files
22-
Compress-Archive -Path ./mods -DestinationPath ./mods.zip
23-
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/roucli.exe
22+
mv target/i686-pc-windows-msvc/release/p3_modloader.dll ./files
23+
Compress-Archive -Path ./mods/* -DestinationPath ./mods.zip
24+
gh release upload ${{ github.ref_name }} ./mods.zip ./files/aimcli.exe ./files/cprcli.exe ./files/roucli.exe ./files/p3_modloader.dll
2425
env:
2526
GITHUB_TOKEN: ${{ github.TOKEN }}

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ members = [
1515
exclude = [
1616
]
1717

18+
[workspace.package]
19+
version = "0.1.1"
20+
1821
[workspace.dependencies]
1922
hooklet = "^0.1.3"
2023
clap = { version = "4.3.0", features = ["derive"] }

aimcli/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "aimcli"
3-
version = "0.1.0"
43
edition = "2021"
54
# forced-target = "i686-pc-windows-msvc" this requires the unstable `per-package-target` feature, so we set the target for the entire workspace for now
65

cprcli/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "cprcli"
3-
version = "0.1.0"
43
edition = "2021"
54

65
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

mod-scrollmap-render-all-ships/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "mod-scrollmap-render-all-ships"
3-
version = "0.1.0"
43
edition = "2021"
54

65
[lib]

p3-agent-loader/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-agent-loader"
3-
version = "0.1.0"
43
edition = "2021"
54

65
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

p3-agent/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-agent"
3-
version = "0.1.0"
43
edition = "2021"
54

65
[lib]

p3-aim-sys/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-aim-sys"
3-
version = "0.1.0"
43
edition = "2021"
54
build = "build.rs"
65

p3-aim/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-aim"
3-
version = "0.1.0"
43
edition = "2021"
54

65
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

p3-modloader/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-modloader"
3-
version = "0.1.0"
43
edition = "2021"
54

65
[lib]

p3-rou/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "p3-rou"
3-
version = "0.1.0"
43
edition = "2021"
54

65
[[bin]]

0 commit comments

Comments
 (0)