Version v0.3.5

This commit is contained in:
Aode (Lion) 2021-10-11 14:20:38 -05:00
parent 231290380e
commit a2f8e8e21a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1940,7 +1940,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "relay"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"activitystreams",
"activitystreams-ext",

View file

@ -1,7 +1,7 @@
[package]
name = "relay"
description = "A simple activitypub relay"
version = "0.3.4"
version = "0.3.5"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
relay:
image: asonix/relay:v0.3.4
image: asonix/relay:v0.3.5
ports:
- "8079:8079"
restart: always