From b139ce4c980f986cec9b6d163501e48ffe4cfa09 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Sun, 6 Feb 2022 15:34:01 +0530 Subject: [PATCH] Version shift --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]