From 65542b5c966909511cc02b01c45ab163b678a74a Mon Sep 17 00:00:00 2001 From: localcc Date: Sun, 11 Sep 2022 13:54:11 +0200 Subject: [PATCH] bump version --- astro_modintegrator/Cargo.toml | 4 ++-- astro_modloader/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro_modintegrator/Cargo.toml b/astro_modintegrator/Cargo.toml index a256a70..ccfa94b 100644 --- a/astro_modintegrator/Cargo.toml +++ b/astro_modintegrator/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "astro_modintegrator" authors = ["AstroTechies"] -version = "0.1.5" +version = "0.1.6" edition = "2021" [dependencies] -unreal_modloader = { verison = "0.1.6", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] } +unreal_modloader = { verison = "0.1.7", 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 bd78ad8..7347d3b 100644 --- a/astro_modloader/Cargo.toml +++ b/astro_modloader/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "astro_modloader" authors = ["AstroTechies"] -version = "0.1.5" +version = "0.1.6" edition = "2021" [dependencies] -astro_modintegrator = { version = "0.1.5", path = "../astro_modintegrator" } +astro_modintegrator = { version = "0.1.6", path = "../astro_modintegrator" } image = "0.24.3" autoupdater = "0.1.7" serde_json = "1.0.82"