diff --git a/Cargo.lock b/Cargo.lock index 7287599..501ac22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "post_maker" -version = "0.4.0-alpha.4" +version = "0.4.0-alpha.5" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 30581c1..4acb9e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.4.0-alpha.4" +version = "0.4.0-alpha.5" edition = "2021" description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." authors = ["PiyushXCoder "]