diff --git a/Cargo.lock b/Cargo.lock index 707aa39..88d8a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "uesave" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index f79ee00..5af56a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uesave" -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/trumank/uesave-rs" homepage = "https://github.com/trumank/uesave-rs"