Skip to content

Commit 549c1fd

Browse files
committed
Update modloader version + bump version
Added support for 1.27.264.0. Now awakened!
1 parent 004bee1 commit 549c1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ members = [
44
]
55

66
[workspace.package]
7-
version = "0.1.9"
7+
version = "0.1.10"
88
authors = ["AstroTechies, localcc, konsti219"]
99
description = "Astroneer Modloader"
1010

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

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

1616
lazy_static = "1.4.0"
1717
log = "0.4.17"

0 commit comments

Comments
 (0)