From e921805e51a95ed2a1eadc3e92756ea7b185f7ed Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Sat, 9 Mar 2024 17:02:16 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- modules/client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c73830cd..677d62cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "hyperclient" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/modules/client/Cargo.toml b/modules/client/Cargo.toml index bdf20cc24..f67ce9c95 100644 --- a/modules/client/Cargo.toml +++ b/modules/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperclient" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "The hyperclient is a library for managing (in-flight) ISMP requests" repository = "https://github.com/polytope-labs/hyperbridge"