From d209c2dcad6aa661533052e3bc627995a94d7a2e Mon Sep 17 00:00:00 2001 From: Christoph Walcher Date: Tue, 14 Dec 2021 22:49:31 +0100 Subject: [PATCH] bump to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d56cf67..53aa6e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mosquitto-jwt-auth" description = "Plugin for Mosquitto MQTT broker, which enables authentication and authorisation via JWT over password." -version = "0.3.0" +version = "0.4.0" authors = ["Christoph Walcher "] edition = "2018" readme = "Readme.md"