diff --git a/Cargo.lock b/Cargo.lock index a643ee6..cd277e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "direct-share" -version = "0.4.2" +version = "1.0.0" dependencies = [ "anyhow", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 80a1492..d9b43bc 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.2" +version = "1.0.0" edition = "2021" license = "MIT" authors = ["storycraft "]