Version v0.1.4-r0

This commit is contained in:
asonix 2020-06-11 11:47:50 -05:00
parent 6de89a3318
commit b3819b5caf
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1371,7 +1371,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pict-rs"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"actix-form-data",
"actix-fs",

View file

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

View file

@ -4,7 +4,7 @@ _a simple image hosting service_
## Usage
### Running
```
pict-rs 0.1.3
pict-rs 0.1.4
USAGE:
pict-rs [FLAGS] [OPTIONS] --path <path>

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.1.3-r1
image: asonix/pictrs:v0.1.4-r0
ports:
- "127.0.0.1:8080:8080"
restart: always