From 79fd65f7f79a3d58706d4d9974b28924fbc2430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Wed, 11 Dec 2024 13:50:50 -0800 Subject: [PATCH] 0.2.310 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07bd1ba4..8034b6ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.2.309" +version = "0.2.310" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1ac8c574..ed8977d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axolotlsay" description = "💬 a CLI for learning to distribute CLIs in rust" -version = "0.2.309" +version = "0.2.310" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/mistydemeo/cargodisttest.git"