Skip to content

Commit f068e19

Browse files
committed
bump version
1 parent 55f72df commit f068e19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

astro_modintegrator/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_modintegrator"
33
authors = ["AstroTechies"]
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66

77
[dependencies]
8-
unreal_modloader = { verison = "0.1.4", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
8+
unreal_modloader = { verison = "0.1.6", 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.3"
4+
version = "0.1.4"
55
edition = "2021"
66

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

astro_modloader/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ where
161161
Box::new(MsStoreInstallManager::new(
162162
"SystemEraSoftworks",
163163
"ASTRONEER",
164-
// "Astro",
164+
"Astro",
165165
)),
166166
);
167167

0 commit comments

Comments
 (0)