From d81f34d5bfca120de364df907352c716acbe26f3 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Tue, 31 Aug 2021 16:02:41 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"