From 021f9cbbfa98785227b0340734ccbced1cc6f7a6 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Sun, 12 Jan 2025 19:35:10 -0600 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"