From 89ef0a2d7175584ec95c6c0bc2503f0c7013f970 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 25 Jun 2021 18:39:49 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee2844b..422c4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garbage" -version = "0.3.0" +version = "0.3.1" authors = ["Michael Zhang "] description = "cli tool for interacting with the freedesktop trashcan" repository = "https://git.sr.ht/~iptq/garbage"