Version upgrade

This commit is contained in:
Piyush मिश्रः 2022-03-26 20:24:09 +05:30
parent 4b0466eb7a
commit efcf7eae1d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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