From 55f1229989b7bcbef42503a8a6abb7e6b97cb324 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 15 Mar 2025 18:21:44 -0600 Subject: [PATCH] bump patch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e5baa5..c41a9b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "refractr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 21ab9f9..7371af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refractr" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies]