From a55b845825d82658ea8f089cd3b9481fd9368d7b Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 19 Nov 2024 22:52:14 +0900
Subject: [PATCH] Bump to version 0.14.1
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 45fb2b2..46d1ccb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "megalodon"
-version = "0.14.0"
+version = "0.14.1"
edition = "2021"
authors = ["Akira Fukushima "]
description = "Mastodon and Pleroma API client library for Rust."