We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77cf2e commit cf81b08Copy full SHA for cf81b08
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "pipitor"
3
-version = "0.2.2"
+version = "0.3.0-alpha.1"
4
edition = "2018"
5
authors = ["Daiki Mizukami <[email protected]>"]
6
license = "AGPL-3.0-only"
7
readme = "README.md"
8
categories = ["command-line-utilities"]
9
repository = "https://github.com/tesaguri/pipitor"
10
-documentation = "https://docs.rs/pipitor/0.2.2/pipitor/"
+documentation = "https://docs.rs/pipitor/0.3.0-alpha.1/pipitor/"
11
description = """
12
A Twitter bot that gathers, filters and Retweets Tweets automatically.
13
"""
0 commit comments