Skip to content

Commit 559e370

Browse files
committed
bump version
1 parent f949669 commit 559e370

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro_modintegrator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.7"
55
edition = "2021"
66

77
[dependencies]
8-
unreal_modloader = { verison = "0.1.8", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
8+
unreal_modloader = { verison = "0.1.9", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
99
serde_json = "1.0.82"
1010
serde = { version = "1.0.140", features = ["derive"] }
1111
log = "0.4.17"

astro_modloader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "astro_modloader"
33
authors = ["AstroTechies"]
4-
version = "0.1.7"
4+
version = "0.1.8"
55
edition = "2021"
66

77
[dependencies]
8-
astro_modintegrator = { version = "0.1.6", path = "../astro_modintegrator" }
8+
astro_modintegrator = { version = "0.1.7", path = "../astro_modintegrator" }
99
image = "0.24.3"
1010
autoupdater = "0.1.7"
1111
serde_json = "1.0.82"

0 commit comments

Comments
 (0)