From 79c9775b3c624b1dbc5e98d70fe7d32dc1092de3 Mon Sep 17 00:00:00 2001 From: Rodrigo Navarro Date: Sat, 6 May 2023 12:23:28 -0300 Subject: [PATCH] Release v0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0115e93..2345311 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "clipshare" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index f652d8f..ecdbdec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipshare" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT" authors = ["Rodrigo Navarro "]