From 1a848f1b237bab303da7ec664f565323dab32024 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 20 Jun 2023 16:25:02 +0000 Subject: [PATCH] tag: v0.4.1 --- 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 0164dd2..24b2b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "signway" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", @@ -946,7 +946,7 @@ dependencies = [ [[package]] name = "signway-server" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3755556..14d7b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signway" -version = "0.4.0" +version = "0.4.1" edition = "2021" [workspace] diff --git a/server/Cargo.toml b/server/Cargo.toml index 5534d77..986e416 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signway-server" -version = "0.4.0" +version = "0.4.1" description = "A gateway for redirecting authentic signed URLs to the requested API" license = "AGPL-3.0-only" edition = "2021"