From 816938a5f1017118e108bf42b315bc98ee5f9f9a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 27 Apr 2023 00:36:27 +0900 Subject: [PATCH] Bump to version 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b92633b..408902e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "megalodon" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Akira Fukushima "] description = "Mastodon and Pleroma API client library for Rust."