From 190df60f7e4a19b76e659cafc9dcbe0a8d2a4eeb Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 1 Aug 2021 15:13:25 -0500 Subject: [PATCH] Version v0.2.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4254626..1f5e3f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,7 +1828,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "relay" -version = "0.2.16" +version = "0.2.17" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 5f4d534..af797a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relay" description = "A simple activitypub relay" -version = "0.2.16" +version = "0.2.17" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"