diff --git a/Cargo.lock b/Cargo.lock index 7ac16c0..c7ecc98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3654,7 +3654,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "super_clipboard" -version = "2.0.1" +version = "2.1.0" dependencies = [ "abomonation", "abomonation_derive", diff --git a/Cargo.toml b/Cargo.toml index 275ebbc..efdab85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["SergioRibera"] description = "GUI Application for manage history clipboard; Cli options overwrite settings" homepage = "https://github.com/SergioRibera/super_clipboard" license = "MIT" -version = "2.0.1" +version = "2.1.0" edition = "2021" [profile.release]