From 36c2c0061017c37ae0d0ea7efb33d48cae9cd9c4 Mon Sep 17 00:00:00 2001 From: Rodrigo Navarro Date: Sun, 7 May 2023 14:58:28 -0300 Subject: [PATCH] Release v0.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2345311..8f7a533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "clipshare" -version = "0.0.3" +version = "0.0.4" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index ecdbdec..d6ed565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipshare" -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT" authors = ["Rodrigo Navarro "]