From 36af236bdb60fa7f69de37a8e21a980bf660fb97 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Jun 2023 15:15:31 +0200 Subject: [PATCH] chore: Release multihook version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82229e7..c9901cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -593,7 +593,7 @@ dependencies = [ [[package]] name = "multihook" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "colored", diff --git a/Cargo.toml b/Cargo.toml index 1713451..a7c3582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A webhook server" authors = ["trivernis "] license = "GPL-3.0" readme = "README.md" -version = "0.2.0" +version = "0.3.0" edition = "2018" repository = "https://github.com/Trivernis/multihook.git"