From 0374729f7a33a0fb4a748dd29f7cf9636d76095e Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Wed, 19 Apr 2023 23:43:14 +0900 Subject: [PATCH] Bump to v0.3.0-alpha.9.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12edab9..f9424a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pipitor" -version = "0.3.0-alpha.9.3" +version = "0.3.0-alpha.9.4" edition = "2018" authors = ["Daiki Mizukami "] license = "AGPL-3.0-only" readme = "README.md" repository = "https://github.com/tesaguri/pipitor" -documentation = "https://docs.rs/pipitor/0.3.0-alpha.9.3/pipitor/" +documentation = "https://docs.rs/pipitor/0.3.0-alpha.9.4/pipitor/" description = """ A Twitter bot that gathers, filters and Retweets Tweets automatically. """