From 9c6b28c064b456619d59a4d0ecd1fed02871835a Mon Sep 17 00:00:00 2001 From: ZonBlade Date: Thu, 28 Mar 2024 15:59:08 +0700 Subject: [PATCH] update version --- aes-256-gcm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes-256-gcm/Cargo.toml b/aes-256-gcm/Cargo.toml index 5ef94c8..e3d7c80 100644 --- a/aes-256-gcm/Cargo.toml +++ b/aes-256-gcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes-256-gcm" -version = "1.0.1" +version = "1.1.1" edition = "2021" description = "Implementation of AES-GCM (Aes 256 Gcm) with some enhancement" authors = ["ZonBlade"]