From f115ab67b8d15bd9e23b9d235a9135157d415ad6 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 15 Jul 2024 13:27:31 +0200 Subject: [PATCH] chore(apb): bump version --- apb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apb/Cargo.toml b/apb/Cargo.toml index 7ff9cbc..0b8ec14 100644 --- a/apb/Cargo.toml +++ b/apb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apb" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = [ "alemi " ] description = "Traits and types to handle ActivityPub objects"