diff --git a/Cargo.lock b/Cargo.lock index 8c960ff..51a87f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "garbage" -version = "0.2.2" +version = "0.3.0-rc" dependencies = [ "chrono", "chrono-humanize", diff --git a/Cargo.toml b/Cargo.toml index 705493e..81e7833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garbage" -version = "0.2.2" +version = "0.3.0-rc" authors = ["Michael Zhang "] description = "cli tool for interacting with the freedesktop trashcan" license = "MIT"