From b49eeaf8227d307bd509c945a68ead6d7376bcc6 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 19 Dec 2022 22:25:27 -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 9acf19b..ed762ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "ap-relay" -version = "0.3.75" +version = "0.3.76" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 043bb71..73346c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.75" +version = "0.3.76" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"