diff --git a/Cargo.lock b/Cargo.lock index fea4482..3c6c7cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "garbage" -version = "0.3.0-rc" +version = "0.3.0-rc2" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index e3e0c86..ca4e368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garbage" -version = "0.3.0-rc" +version = "0.3.0-rc2" authors = ["Michael Zhang "] description = "cli tool for interacting with the freedesktop trashcan" license = "MIT"