From 78bef7723b75fcdcf62c697a134eef48e0b673ad Mon Sep 17 00:00:00 2001 From: Rodrigo Navarro Date: Fri, 12 May 2023 17:07:02 -0300 Subject: [PATCH] Release v0.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a6f2c3..cefc75a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "clipshare" -version = "0.0.5" +version = "0.0.6" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index a5343d0..85eccbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipshare" -version = "0.0.5" +version = "0.0.6" edition = "2021" license = "MIT" authors = ["Rodrigo Navarro "]