From 0b5c7c0b54f75cb84a9239284af1ab47bc5a0e2a Mon Sep 17 00:00:00 2001 From: Xavier Date: Sat, 30 Sep 2023 21:54:12 -0400 Subject: [PATCH] Release 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 ac3d38c..71815dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "simplebyteunit" -version = "0.2.0" +version = "0.2.1" diff --git a/Cargo.toml b/Cargo.toml index af5eba8..735a247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "simplebyteunit" authors = ["Xavier R.M."] -version = "0.2.0" +version = "0.2.1" edition = "2021" readme = "README.md" repository = "https://github.com/sapphirusberyl/simplebyteunit"