From f9f0c1bf481c325565cd149e9077f50a9a3027bc Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 13 Dec 2022 22:46:49 +0900 Subject: [PATCH] Bump to version 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e4106b..f091f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "megalodon" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Akira Fukushima "] description = "Mastodon and Pleroma API client library for Rust."