Bump version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-01-29 13:52:37 -06:00
parent 78ad7e876c
commit 9dcb5114f3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1482,7 +1482,7 @@ dependencies = [
[[package]]
name = "pict-rs-aggregator"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
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-beta.1"
version = "0.2.0-beta.2"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"