diff --git a/Cargo.lock b/Cargo.lock index fed5a61..1db13a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "gert" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 3874ec8..923cffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gert" -version = "0.2.1" +version = "0.2.2" authors = ["Mike Dallas "] description = "CLI tool to download media from Reddit" edition = "2021"