From 491a8d1a6914424fb590bf4cd9af75862587bf74 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Jun 2023 16:58:45 +0200 Subject: [PATCH] chore: Release multihook version 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2789f4..7d5893e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -593,7 +593,7 @@ dependencies = [ [[package]] name = "multihook" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "colored", diff --git a/Cargo.toml b/Cargo.toml index 89df0bb..199aa80 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.4.0" +version = "0.4.1" edition = "2018" repository = "https://github.com/Trivernis/multihook.git"