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

This commit is contained in:
asonix 2024-02-01 18:15:16 -06:00
parent 4a9e1b2bc4
commit ceace870d7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs-aggregator";
version = "0.5.0-beta.3";
version = "0.5.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;