From 2015dba733e352eba8b38916e56f1fcc51294411 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 11 Feb 2021 14:20:47 -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 0a9e8e8..94ed9fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,7 +1761,7 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "relay" -version = "0.2.7" +version = "0.2.8" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index f498436..0d19ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relay" description = "A simple activitypub relay" -version = "0.2.7" +version = "0.2.8" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"