Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
localcc committed Sep 11, 2022
1 parent e8c8573 commit 65542b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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"
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down

0 comments on commit 65542b5

Please sign in to comment.