From bddb870f699ca090419c935c7379bb8cdc2430ef Mon Sep 17 00:00:00 2001 From: storycraft Date: Mon, 1 Apr 2024 19:22:29 +0900 Subject: [PATCH] feat: update to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03481cc..7d23235 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "direct-share" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 18e2fdd..24ab622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "direct-share" description = "Share any files easily from your machine" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT" authors = ["storycraft "]