From 782ae82fb500fd1cdc96bf5a5293969e2810c922 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sun, 19 Mar 2023 12:05:15 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39456cb..f93fbb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "1.2.0" +version = "1.2.1" license = "MIT/Apache-2.0" authors = ["Aaron Power ", "Paul Woolcock ", "D. Scott Boggs "] edition = "2021" @@ -30,7 +30,7 @@ features = ["all"] [dependencies.mastodon-async-entities] path = "./entities" -version = "1.0.3" +version = "1" [dependencies] futures = "0.3.25"