From cb7b6446dea5bba7dc9272920b3b1bb167ad6683 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Wed, 15 Jun 2022 16:42:17 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 129af1f..bc705a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drop-guard" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0"