From c7ba285b5bea0f9469f46310462736b9a8bfaec0 Mon Sep 17 00:00:00 2001 From: Andrew Ealovega Date: Sat, 23 Dec 2023 18:55:59 -0500 Subject: [PATCH] bump to v0.10.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcc7831f..30a9bee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "web-push" description = "Web push notification client with support for http-ece encryption and VAPID authentication." -version = "0.10.0" +version = "0.10.1" authors = ["Julius de Bruijn ", "Andrew Ealovega "] license = "Apache-2.0" homepage = "https://github.com/pimeys/rust-web-push"