From 409db1964ddc68c4988e852f1ca1a48ade084c4c Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Sat, 15 Apr 2023 22:39:30 -0500 Subject: [PATCH] chore: Release uesave version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"