From ea1dd7fef68a8a8fdecfe9c6e9ea9d7f37fc1b00 Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Sun, 12 Jan 2025 23:24:14 -0600
Subject: [PATCH] bump

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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