From b231f57816289ad315d94cd2ebb6ae85b670d991 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Thu, 14 Dec 2023 10:30:40 +0100 Subject: [PATCH] Bump to `v0.4.0` --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 294a466..eedf09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntfy" -version = "0.3.3" +version = "0.4.0" edition = "2021" description = "ntfy rust sdk" authors = ["Yuki Kishimoto "] diff --git a/README.md b/README.md index 92ecb4e..c3c9ad4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```toml chrono = "0.4" -ntfy = "0.3" +ntfy = "0.4" tokio = { version = "1", features = ["full"] } url = "2" ```