Version v0.3.0-beta.4

This commit is contained in:
Aode (lion) 2021-11-03 12:09:37 -05:00
parent c5d6610276
commit 334e508d88
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1351,7 +1351,7 @@ dependencies = [
[[package]] [[package]]
name = "pict-rs" name = "pict-rs"
version = "0.3.0-beta.3" version = "0.3.0-beta.4"
dependencies = [ dependencies = [
"actix-form-data", "actix-form-data",
"actix-rt", "actix-rt",

View File

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

View File

@ -2,7 +2,7 @@ version: '3.3'
services: services:
pictrs: pictrs:
image: asonix/pictrs:v0.3.0-beta.3 image: asonix/pictrs:v0.3.0-beta.4
ports: ports:
- "127.0.0.1:8080:8080" - "127.0.0.1:8080:8080"
restart: always restart: always