From fa63baf9dedd629aeccba559b37ae92264623a03 Mon Sep 17 00:00:00 2001 From: adairrr <32375605+adairrr@users.noreply.github.com> Date: Mon, 20 May 2024 22:44:12 +0200 Subject: [PATCH] Bump to 0.1.1 --- contracts/client/Cargo.toml | 2 +- contracts/server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/client/Cargo.toml b/contracts/client/Cargo.toml index 4c259b2..d2da9cf 100644 --- a/contracts/client/Cargo.toml +++ b/contracts/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibcmail-client" -version = "0.0.1" +version = "0.1.1" authors = [ "CyberHoward ", "Adair ", diff --git a/contracts/server/Cargo.toml b/contracts/server/Cargo.toml index 16105b9..0129348 100644 --- a/contracts/server/Cargo.toml +++ b/contracts/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibcmail-server" -version = "0.0.1" +version = "0.1.1" authors = [ "CyberHoward ", "Adair ",