From 4ac7e1938c9b7e26b886cff4fb2523af5f15f9d8 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Tue, 29 Mar 2022 23:20:12 +0530 Subject: [PATCH] Version upgrade --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29faf5d..9bec406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.4.0-alpha.5" +version = "0.4.0-alpha.6" edition = "2021" description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." authors = ["PiyushXCoder "]