From 37244126951a259f0c3c6b7013195a0e1f4389bd Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Mon, 2 Sep 2024 19:58:41 +0300 Subject: [PATCH] Increase version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aee6e59..51d7dd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "iroh-io" -version = "0.6.0" +version = "0.6.1" dependencies = [ "axum", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9628cb2..1e967e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh-io" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0 OR MIT" authors = ["rklaehn ", "n0 team"]