From a4d70d7e3acf5f86055692f63c1002cd559afb11 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 10 Feb 2021 00:15:22 -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 cedd4e1..867c9f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1933,7 +1933,7 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "relay" -version = "0.2.1" +version = "0.2.2" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index ff905ae..51f41d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "relay" description = "A simple activitypub relay" -version = "0.2.1" +version = "0.2.2" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"