Skip to content

Commit

Permalink
Update modloader version + bump version
Browse files Browse the repository at this point in the history
Added support for 1.27.264.0. Now awakened!
  • Loading branch information
localcc committed Jan 25, 2023
1 parent 004bee1 commit 549c1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -4,14 +4,14 @@ members = [
]

[workspace.package]
version = "0.1.9"
version = "0.1.10"
authors = ["AstroTechies, localcc, konsti219"]
description = "Astroneer Modloader"

[workspace.dependencies]
astro_modintegrator = { path = "./astro_modintegrator" }

unreal_modloader = { verison = "0.1.11", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }
unreal_modloader = { version = "0.1.12", git = "https://github.com/AstroTechies/unrealmodding", features = ["ue4_23"] }

lazy_static = "1.4.0"
log = "0.4.17"
Expand Down

0 comments on commit 549c1fd

Please sign in to comment.