From a7d48b7636f4979786c32292954b318d77ebd55f Mon Sep 17 00:00:00 2001 From: Hannes de Jager Date: Sat, 16 Sep 2023 23:47:54 +0200 Subject: [PATCH] Release all backends --- crates/unftp-auth-jsonfile/Cargo.toml | 2 +- crates/unftp-auth-pam/Cargo.toml | 2 +- crates/unftp-auth-rest/Cargo.toml | 2 +- crates/unftp-sbe-fs/Cargo.toml | 2 +- crates/unftp-sbe-gcs/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/unftp-auth-jsonfile/Cargo.toml b/crates/unftp-auth-jsonfile/Cargo.toml index 5f3d0f99..de7a0039 100644 --- a/crates/unftp-auth-jsonfile/Cargo.toml +++ b/crates/unftp-auth-jsonfile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp-auth-jsonfile" -version = "0.3.1" +version = "0.3.2" description = "An authenticator back-end for libunftp that authenticates against a JSON file" authors = [ "Agoston Horvath ", diff --git a/crates/unftp-auth-pam/Cargo.toml b/crates/unftp-auth-pam/Cargo.toml index 257ec212..0e66f51b 100644 --- a/crates/unftp-auth-pam/Cargo.toml +++ b/crates/unftp-auth-pam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp-auth-pam" -version = "0.2.2" +version = "0.2.3" description = "An authenticator back-end for libunftp that authenticates against PAM" authors = [ "Agoston Horvath ", diff --git a/crates/unftp-auth-rest/Cargo.toml b/crates/unftp-auth-rest/Cargo.toml index fcd24e09..cd63e3ec 100644 --- a/crates/unftp-auth-rest/Cargo.toml +++ b/crates/unftp-auth-rest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp-auth-rest" -version = "0.2.2" +version = "0.2.3" description = "An authenticator back-end for libunftp that consumes an HTTP API to authenticate" authors = [ "Agoston Horvath ", diff --git a/crates/unftp-sbe-fs/Cargo.toml b/crates/unftp-sbe-fs/Cargo.toml index 31334f1c..66984a2e 100644 --- a/crates/unftp-sbe-fs/Cargo.toml +++ b/crates/unftp-sbe-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unftp-sbe-fs" -version = "0.2.2" +version = "0.2.3" description = "A storage back-end for libunftp, storing files on local disk" authors = [ "Agoston Horvath ", diff --git a/crates/unftp-sbe-gcs/Cargo.toml b/crates/unftp-sbe-gcs/Cargo.toml index aaeb9d46..4dcee3b8 100644 --- a/crates/unftp-sbe-gcs/Cargo.toml +++ b/crates/unftp-sbe-gcs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unftp-sbe-gcs" description = "A storage back-end for libunftp, storing files in Google Cloud Storage (GCS)" -version = "0.2.3" +version = "0.2.4" authors = [ "Agoston Horvath ", "Dávid Kosztka ",