From 5c12c7829ca75663d21ac76db5844149a5f21641 Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Fri, 14 Apr 2023 08:54:03 +0900 Subject: [PATCH] Bump to v0.3.0-alpha.9.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a4a116..12edab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pipitor" -version = "0.3.0-alpha.9.2" +version = "0.3.0-alpha.9.3" 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.2/pipitor/" +documentation = "https://docs.rs/pipitor/0.3.0-alpha.9.3/pipitor/" description = """ A Twitter bot that gathers, filters and Retweets Tweets automatically. """