From 68b8c1e22055c7d5d2a86073f1d1f0ec0a5238f6 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Sun, 3 Dec 2023 18:19:47 +0100 Subject: [PATCH] Update version to 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aeb07f0..2fc79847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1405,7 +1405,7 @@ dependencies = [ [[package]] name = "magic-wormhole" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-io 2.2.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 7a3cb0bd..7302a4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magic-wormhole" -version = "0.6.0" +version = "0.6.1" authors = ["piegames ", "Brian Warner "] description = "Get things from one computer to another, safely" keywords = ["magic-wormhole", "wormhole", "file-transfer", "transfer"]