From 022ce2ca8fbdf0da6136f2cfa794edf417258b47 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 30 Jul 2023 13:46:29 +0000 Subject: [PATCH] tag: v0.4.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e29d259..fd68698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "signway" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-trait", @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "signway-server" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9c33a0d..73f0087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signway" -version = "0.4.3" +version = "0.4.4" edition = "2021" [workspace] diff --git a/server/Cargo.toml b/server/Cargo.toml index c7db024..22ede97 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signway-server" -version = "0.4.3" +version = "0.4.4" description = "A gateway for redirecting authentic signed URLs to the requested API" license = "AGPL-3.0-only" edition = "2021"