summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2022-12-26 17:48:42 -0500
committerD. Scott Boggs <scott@tams.tech>2022-12-26 17:48:42 -0500
commitb571352dca6ead43ea251ba0a4d93af82f4b4b74 (patch)
treed7db8f63b3f6b13380c13c5a6aa9511ef7046a67
parent44d9c7e9548e97d2d2c3a6bd62488bfc1f458793 (diff)
bump versionv1.0.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a272cf6..488c3e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mastodon-async"
-version = "1.0.1"
+version = "1.0.2"
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"