diff --git a/Cargo.lock b/Cargo.lock index 8a916ad..b6931da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "creekey" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index f39c434..b0f656a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "creekey" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Opencreek Technogoly UG"] repository = "https://github.com/opencreek/creekey"