diff --git a/Cargo.lock b/Cargo.lock index bef8f31..6dc3526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "cat2text" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index e5b08e5..800e397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat2text" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://git.askiiart.net/askiiart/cat2text-rs"