From 88bfa67f5ae78437f64076d259f282c55d6ae1dc Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sun, 25 Dec 2022 07:10:03 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", "Paul Woolcock ", "D. Scott Boggs "] description = "A wrapper around the Mastodon API." readme = "README.md"