From 620fa520cea38235a55f74c05bcb24b5b684e03f Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 9 Dec 2021 13:43:46 +0100 Subject: [PATCH] Raise version to 0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9108c94..34d0c75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,7 +1851,7 @@ dependencies = [ [[package]] name = "webhookey" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2eb75ad..a1a890c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhookey" -version = "0.1.5" +version = "0.1.6" authors = ["finga "] edition = "2021" license = "GPL-3.0-or-later"