Version upgrade

This commit is contained in:
Piyush मिश्रः 2022-03-26 10:03:42 +05:30
parent ca60e0e316
commit 969c867cd4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -877,7 +877,7 @@ dependencies = [
[[package]]
name = "post_maker"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
dependencies = [
"clap",
"dirs",

View File

@ -1,6 +1,6 @@
[package]
name = "post_maker"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
edition = "2021"
description = "Post Maker helps you to make post for Instagram and other Social Media apps easily."
authors = ["PiyushXCoder <https://piyushxcoder.in>"]