From 55d50af43608479ef0e65fc68e9dae6cddc1e8f0 Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Wed, 13 Jan 2021 03:30:33 +0900 Subject: [PATCH] Bump to v0.3.0-alpha.11 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0428a71..13ff3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pipitor" -version = "0.3.0-alpha.10" +version = "0.3.0-alpha.11" 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.10/pipitor/" +documentation = "https://docs.rs/pipitor/0.3.0-alpha.11/pipitor/" description = """ A Twitter bot that gathers, filters and Retweets Tweets automatically. """