From 1aa081713e5bf299ef729013e35550a8eb342b61 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 20 Jun 2023 12:01:38 +0200 Subject: [PATCH] Version 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37471ab..cf6dc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activitypub_federation" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "High-level Activitypub framework" keywords = ["activitypub", "activitystreams", "federation", "fediverse"]