From a848b3eb648f3763bfaa8fd673e06c745bf721dd Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Fri, 8 Nov 2024 13:26:34 -0600 Subject: [PATCH] release: 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f91c021..6dd9ef79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.3.1" +version = "0.3.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ae09d7a..b8dccadd 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.3.1" +version = "0.3.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axolotlsay.git"