From b2e351a88809345550055def27a5c8524f9b2599 Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Sat, 24 Jun 2023 20:23:26 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Release=20v0.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb2fc9b..964ea14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "rslack" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index fd7124c..10df365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rslack" -version = "0.3.0" +version = "0.3.1" authors = ["kohbis "] edition = "2021" description = "cli for posting slack message"