Version v0.3.0-alpha.8

This commit is contained in:
Aode (lion) 2021-09-19 14:49:31 -05:00
parent f0c6bc24f5
commit 34b0c414ca
4 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View file

@ -1160,7 +1160,7 @@ dependencies = [
[[package]]
name = "pict-rs-proxy"
version = "0.3.0-alpha.7"
version = "0.3.0-alpha.8"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs-proxy"
description = "A simple web frontend for pict-rs"
version = "0.3.0-alpha.7"
version = "0.3.0-alpha.8"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -81,7 +81,7 @@ if [ "$push" == "true" ]; then
./manifest.sh pictrs-proxy $new_tag
./manifest.sh pictrs-proxy latest
pushd ../../
cargo publish
popd
# pushd ../../
# cargo publish
# popd
fi

View file

@ -8,7 +8,7 @@ services:
- ./volumes/pictrs:/mnt
pictrs-proxy:
image: asonix/pictrs-proxy:v0.3.0-alpha.7
image: asonix/pictrs-proxy:v0.3.0-alpha.8
ports:
- "8081:8081"
restart: always