diff --git a/astro_modintegrator/Cargo.toml b/astro_modintegrator/Cargo.toml index 84b0f97..5337430 100644 --- a/astro_modintegrator/Cargo.toml +++ b/astro_modintegrator/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.4" edition = "2021" [dependencies] -unreal_modloader = { verison = "0.1.4", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] } +unreal_modloader = { verison = "0.1.5", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] } serde_json = "1.0.82" serde = { version = "1.0.140", features = ["derive"] } log = "0.4.17" diff --git a/astro_modloader/Cargo.toml b/astro_modloader/Cargo.toml index 7f481dd..f539ee6 100644 --- a/astro_modloader/Cargo.toml +++ b/astro_modloader/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "astro_modloader" authors = ["AstroTechies"] -version = "0.1.4" +version = "0.1.5" edition = "2021" [dependencies] diff --git a/astro_modloader/src/main.rs b/astro_modloader/src/main.rs index c9aff5e..e07c808 100644 --- a/astro_modloader/src/main.rs +++ b/astro_modloader/src/main.rs @@ -160,6 +160,7 @@ where Box::new(MsStoreInstallManager::new( "SystemEraSoftworks", "ASTRONEER", + "Astro", )), );