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"]