Version upgrade

This commit is contained in:
Piyush मिश्रः 2022-02-28 17:37:26 +05:30
parent 57f79fe556
commit ad1aaae2a0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -632,7 +632,7 @@ dependencies = [
[[package]] [[package]]
name = "post_maker" name = "post_maker"
version = "0.2.4" version = "0.2.5"
dependencies = [ dependencies = [
"clap", "clap",
"dirs", "dirs",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "post_maker" name = "post_maker"
version = "0.2.4" version = "0.2.5"
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>"]