From d644e8373315d0eef7cc1b5336cf221a871115e8 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 25 Feb 2023 15:14:24 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 813c964..ae8eadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "ap-relay" -version = "0.3.81" +version = "0.3.82" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 7f224b1..79dcc41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.81" +version = "0.3.82" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"