diff --git a/wally.lock b/wally.lock index 86d4c3b..99c046e 100644 --- a/wally.lock +++ b/wally.lock @@ -4,7 +4,7 @@ registry = "test" [[package]] name = "cipharius/msgpack-luau" -version = "0.1.2" +version = "0.2.0" dependencies = [["TestEZ", "roblox/testez@0.4.1"]] [[package]] diff --git a/wally.toml b/wally.toml index 0f01166..5726b1a 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "cipharius/msgpack-luau" description = "A pure MessagePack binary serialization format implementation in Luau." -version = "0.1.2" +version = "0.2.0" license = "MIT" authors = ["Valts Liepiņš "] realm = "shared"