From 78cbc09c02fd3e1008d99867eab72c4a6797e11c Mon Sep 17 00:00:00 2001 From: d-k-bo <47948262+d-k-bo@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:53:50 +0200 Subject: [PATCH] chore: Release gotify version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 820e91c..ddb8324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gotify" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Idiomatic client for the Gotify API" repository = "https://github.com/d-k-bo/gotify-rs"