diff --git a/Cargo.lock b/Cargo.lock index db9143d..fa00185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "post_maker" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 4ee62eb..57c072d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." authors = ["PiyushXCoder "]