Skip to content

Commit

Permalink
Bump version to v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clriesco committed May 13, 2024
1 parent 8c06e1b commit cf51c5e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fplus-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-database"
authors = ["clriesco", "kokal33", "alexmcon"]
version = "1.8.3"
version = "1.8.4"
edition = "2021"
description = "FPlus main database module"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions fplus-http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-http-server"
authors = ["jbesraa", "kokal33", "clriesco"]
version = "1.8.3"
version = "1.8.4"
description = "FPlus main http module"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand All @@ -22,8 +22,8 @@ actix-cors = "0.6.4"
reqwest = { version = "0.11.18", features = ["json"] }
futures = "0.3.28"
dotenv = "0.15.0"
fplus-lib = { path = "../fplus-lib", version = "1.8.3" }
fplus-database = { path = "../fplus-database", version = "1.8.3"}
fplus-lib = { path = "../fplus-lib", version = "1.8.4" }
fplus-database = { path = "../fplus-database", version = "1.8.4"}
anyhow = "1.0.75"
async-trait = "0.1.73"
uuidv4 = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions fplus-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-lib"
authors = ["jbesraa", "kokal33", "clriesco"]
version = "1.8.3"
version = "1.8.4"
edition = "2021"
description = "FPlus library/helper files"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ uuidv4 = "1.0.0"
rayon = "1.8.0"
log = "0.4.20"
once_cell = "1.19.0"
fplus-database = { path = "../fplus-database", version = "1.8.3"}
fplus-database = { path = "../fplus-database", version = "1.8.4"}
pem = "1.0"
anyhow = "1.0"
regex = "1.0"

0 comments on commit cf51c5e

Please sign in to comment.