From 0f370de1a06bac934bb487d99a464209a612fffb Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 26 Jun 2021 18:16:09 -0500 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 8fd84a2..fa14207 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1798,7 +1798,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "relay" -version = "0.2.15" +version = "0.2.16" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 67dca09..336d85b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relay" description = "A simple activitypub relay" -version = "0.2.15" +version = "0.2.16" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"