From 2578f722e710bfd08503e3d82c118353fc27fd93 Mon Sep 17 00:00:00 2001 From: Allie Stephan Date: Mon, 12 Dec 2022 20:30:43 -0500 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ffcfde..6d720b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli-clipboard" -version = "0.3.0" +version = "0.4.0" authors = ["Allie Stephan "] description = "cli-clipboard is a cross-platform library for getting and setting the contents of the OS-level clipboard." repository = "https://github.com/actuallyallie/cli-clipboard"