diff --git a/Cargo.lock b/Cargo.lock index 8ef9db2..b28cec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "post_maker" -version = "0.2.4" +version = "0.2.5" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 9426818..bd7ee91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.2.4" +version = "0.2.5" edition = "2021" description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." authors = ["PiyushXCoder "]