Skip to content

Commit

Permalink
Release all backends
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Sep 16, 2023
1 parent 64663d8 commit a7d48b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/unftp-auth-jsonfile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/unftp-auth-pam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/unftp-auth-rest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/unftp-sbe-fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/unftp-sbe-gcs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Dávid Kosztka <[email protected]>",
Expand Down

0 comments on commit a7d48b7

Please sign in to comment.