From 7a6c35a6453574a0edf197764d551f51c47cbc07 Mon Sep 17 00:00:00 2001 From: Haruto Date: Sat, 20 Apr 2024 15:22:35 +0900 Subject: [PATCH] v1.0.2 (#58) --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 1cb0cda..54a9cd4 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "line-bot-sdk-rust" -version = "1.0.1" +version = "1.0.2" authors = ["nanato12 "] edition = "2021" description = "LINE Messaging API SDK for Rust"