From f6cb87c0da6261c41148e324722e034e5003d929 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 10 Aug 2025 13:26:06 -0500 Subject: [PATCH] 0.3.117 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cacb145..7621558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "ap-relay" -version = "0.3.116" +version = "0.3.117" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 305aba3..7203bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.116" +version = "0.3.117" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"