From 1b3ae4d2c7383653ea7db034356f472e86f82b7a Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Tue, 28 Dec 2021 10:23:59 -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 b011afd..4155970 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2113,7 +2113,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "relay" -version = "0.3.10" +version = "0.3.11" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 592c9b6..5eaf43e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relay" description = "A simple activitypub relay" -version = "0.3.10" +version = "0.3.11" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"