Bump version

This commit is contained in:
asonix 2024-07-09 16:45:19 -05:00
parent 1b58a50d44
commit a23b30cc91
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -384,7 +384,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "ap-relay"
version = "0.3.114"
version = "0.3.115"
dependencies = [
"activitystreams",
"activitystreams-ext",

View File

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.114"
version = "0.3.115"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View File

@ -2,7 +2,7 @@ version: '3.3'
services:
relay:
image: asonix/relay:0.3.108
image: asonix/relay:0.3.115
ports:
- "8079:8079"
restart: always

View File

@ -5,7 +5,7 @@
rustPlatform.buildRustPackage {
pname = "relay";
version = "0.3.114";
version = "0.3.115";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;