From 4fc0cbc0789ea727feb866eb108332a80b192fa7 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Wed, 15 Jan 2025 08:46:05 -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 3b1d480..fe13441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "cat2text" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 2aaaba0..40dc406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat2text" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "GPL-3.0-or-later" repository = "https://git.askiiart.net/askiiart/cat2text-rs"