From aa16a96e68f6ce2238c4ab5e448fdee26c3dddf3 Mon Sep 17 00:00:00 2001 From: storycraft Date: Thu, 4 Apr 2024 12:07:14 +0900 Subject: [PATCH] feat: update to 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74e49c0..473ee3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "direct-share" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 6ffde5d..b3e6aff 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.1" +version = "0.4.2" edition = "2021" license = "MIT" authors = ["storycraft "]