summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2022-12-25 07:10:03 -0500
committerD. Scott Boggs <scott@tams.tech>2022-12-25 07:10:03 -0500
commit88bfa67f5ae78437f64076d259f282c55d6ae1dc (patch)
tree529f0afbd35811d1c911aa71c29d805e5f8772a0
parentacf03f51bd6d089549d25b60546b8948e9f8ff82 (diff)
bump versionv1.0.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b747842..8449762 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mastodon-async"
-version = "1.0.0"
+version = "1.0.1"
authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>", "D. Scott Boggs <scott@tams.tech>"]
description = "A wrapper around the Mastodon API."
readme = "README.md"