From b53e65ac143feefd6922272b77e5622b29254e60 Mon Sep 17 00:00:00 2001 From: Kristian Mika Date: Thu, 9 Nov 2023 21:28:40 +0100 Subject: [PATCH] chore: bump version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9db2df6..5c412dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "cryptoki-bridge" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes", "bincode", diff --git a/Cargo.toml b/Cargo.toml index e90907c..573aec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptoki-bridge" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A PKCS#11 implementation that delegates tasks to a MeeSign server instance." authors = ["Kristian Mika "]