From ad1aaae2a0cadfb342eeef637e3cda45457b18cd Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Mon, 28 Feb 2022 17:37:26 +0530 Subject: [PATCH] Version upgrade --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]