Bump version to 0.3.0

This commit is contained in:
blank X 2021-05-03 15:55:53 +07:00
parent e2d6aae494
commit 3d1624532a
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -375,7 +375,7 @@ dependencies = [
[[package]] [[package]]
name = "imgurx" name = "imgurx"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"quick-xml", "quick-xml",
"reqwest", "reqwest",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imgurx" name = "imgurx"
version = "0.2.0" version = "0.3.0"
authors = ["blank X <theblankx@protonmail.com>"] authors = ["blank X <theblankx@protonmail.com>"]
edition = "2018" edition = "2018"