From 7cec30c8fb07c020cf4677f631d7ed7b96cc736d Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 14 Jan 2025 15:24:51 +0100 Subject: [PATCH] Version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a924632..b40c9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1986,7 +1986,7 @@ dependencies = [ [[package]] name = "ibis" -version = "0.2.1-rc.6" +version = "0.2.1" dependencies = [ "activitypub_federation", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 33160c8..985e4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibis" -version = "0.2.1-rc.6" +version = "0.2.1" edition = "2021" [features]