Bump version - maybe final Alpha

This commit is contained in:
asonix 2023-10-07 15:17:21 -05:00
parent c67bfa1722
commit 097a189685
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1819,7 +1819,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.5.0-alpha.19"
version = "0.5.0-alpha.20"
dependencies = [
"actix-form-data",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs"
description = "A simple image hosting service"
version = "0.5.0-alpha.19"
version = "0.5.0-alpha.20"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -12,7 +12,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs";
version = "0.5.0-alpha.19";
version = "0.5.0-alpha.20";
src = ./.;
cargoLock = {