From a634b174b9913824e2ea5e86e314668ae8b6176c Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 11 Sep 2024 21:03:54 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- yotei-nodes/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56e0c36..d071865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,7 +1646,7 @@ dependencies = [ [[package]] name = "yotei" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bincode", diff --git a/yotei-nodes/Cargo.toml b/yotei-nodes/Cargo.toml index 64c5cf6..db76623 100644 --- a/yotei-nodes/Cargo.toml +++ b/yotei-nodes/Cargo.toml @@ -5,7 +5,7 @@ name = "yotei" license = "BSD-3-Clause" readme = "./README.md" repository = "https://git.heroin.trade/xqtc/yotei" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]