From 9b6412b823d1b90ed4e1deb0c6468acdd130ba69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piyush=20=E0=A4=AE=E0=A4=BF=E0=A4=B6=E0=A5=8D=E0=A4=B0?= Date: Fri, 19 Aug 2022 14:21:53 +0530 Subject: [PATCH] Version upgrade 0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f2e09f..87ca435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "post_maker" -version = "0.6.2" +version = "0.6.3" dependencies = [ "bichannel", "clap", diff --git a/Cargo.toml b/Cargo.toml index 63036c1..4210132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "post_maker" -version = "0.6.2" +version = "0.6.3" edition = "2021" description = "Post Maker helps you to make post for instagram and other social media apps easily and in massive amount. " authors = ["PiyushXCoder "]