Bump version
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-06-20 21:05:50 -05:00
parent 02271848aa
commit b4a754ccab
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1365,7 +1365,7 @@ dependencies = [
[[package]]
name = "pict-rs-aggregator"
version = "0.2.0-alpha.2"
version = "0.2.0-alpha.3"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs-aggregator"
description = "A simple image aggregation service for pict-rs"
version = "0.2.0-alpha.2"
version = "0.2.0-alpha.3"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"