Update Cargo.toml

This commit is contained in:
viraladmin 2023-10-13 15:19:30 -06:00 committed by GitHub
parent ea7247e388
commit 3cedb4ab30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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