From 678ba64fefc9f7ca7168791beacafbf4a97066c7 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 17 Dec 2024 10:07:52 +0100 Subject: [PATCH] Version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b78c2d..00fed0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,7 +1812,7 @@ dependencies = [ [[package]] name = "ibis" -version = "0.2.0-rc.5" +version = "0.2.0" dependencies = [ "activitypub_federation", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 170468d..5fd9271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibis" -version = "0.2.0-rc.5" +version = "0.2.0" edition = "2021" [features]