From bb23204661cf987c4bab472eb12238e3a8672b28 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 3 Oct 2022 16:23:34 +0200 Subject: [PATCH] Version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ccd730..5ba47c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "activitypub_federation" -version = "0.2.1" +version = "0.2.2" dependencies = [ "activitypub_federation_derive", "activitystreams-kinds", diff --git a/Cargo.toml b/Cargo.toml index b1a6e32..8cc4e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activitypub_federation" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "High-level Activitypub framework" license = "AGPL-3.0"