From 3cedb4ab30e807bd5c2d16e19687d4a88671dc12 Mon Sep 17 00:00:00 2001 From: viraladmin <00purple@gmail.com> Date: Fri, 13 Oct 2023 15:19:30 -0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7405565..8751c15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "encrypted_images" -version = "1.1.0" +version = "1.2.0" edition = "2021" description = "Encrypt Text to Images and decrypt text from images." -authors = ["Bruce Bates | https://encryptedimages.com"] +authors = ["Bruce Bates | https://encryptedimages.art"] [dependencies] openssl = { version = "0.10.57", features = ["vendored"] }