diff --git a/Cargo.lock b/Cargo.lock index 58505edd..50287f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1716,7 +1716,7 @@ dependencies = [ [[package]] name = "web-app" -version = "0.9.0" +version = "0.10.0" dependencies = [ "base64 0.13.1", "bcrypt", diff --git a/Cargo.toml b/Cargo.toml index e6e4e17c..479c8c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-app" -version = "0.9.0" +version = "0.10.0" description = "The crypto-helper is an online app that helps to work with the diferent crypto algorithms." edition = "2021" authors = ["Pavlo Myroniuk "]