From efcf7eae1df94615e99cf32aa8caa5e269243e05 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Sat, 26 Mar 2022 20:24:09 +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 400c776..0687c9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "post_maker" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index d024c5d..057ca62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" edition = "2021" description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." authors = ["PiyushXCoder "]