From 38e82f2a2bd82c1cf4cf42570a19e3b6d9d86aef Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Thu, 12 Oct 2023 15:57:17 -0700 Subject: [PATCH] v0.13.0-pre.1 (#779) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 254ed0ff..f12f624d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2450,7 +2450,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tmkms" -version = "0.13.0-pre.0" +version = "0.13.0-pre.1" dependencies = [ "abscissa_core", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 69819ed3..65773a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Tendermint Key Management System: provides isolated, optionally HSM-backed signing key management for Tendermint applications including validators, oracles, IBC relayers, and other transaction signing applications """ -version = "0.13.0-pre.0" +version = "0.13.0-pre.1" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/tmkms/"