From 2cc3b87a357bf27a9e7a5804d6a6d51641c7008e Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Sun, 24 Sep 2023 12:08:50 -0700 Subject: [PATCH] Updates for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c18d941..92f5d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "bebot" -version = "0.2.1-alpha.1" +version = "0.2.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a7f981f..fbc689d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bebot" -version = "0.2.1-alpha.1" +version = "0.2.1" description = "Gitlab webhook bot that publishes events to Matrix" license = "GPL-3.0" authors = [