Skip to content

Commit f9c4683

Browse files
committed
Bump version
1 parent b7b60b6 commit f9c4683

File tree

4 files changed

+12
-197
lines changed

4 files changed

+12
-197
lines changed

Cargo.lock

Lines changed: 6 additions & 190 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fplus-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fplus-database"
33
authors = ["clriesco", "kokal33", "alexmcon"]
4-
version = "1.0.21"
4+
version = "1.0.23"
55
edition = "2021"
66
description = "FPlus main database module"
77
license = "MIT OR Apache-2.0"

fplus-http-server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fplus-http-server"
33
authors = ["jbesraa", "kokal33", "clriesco"]
4-
version = "1.0.21"
4+
version = "1.0.23"
55
description = "FPlus main http module"
66
license = "MIT OR Apache-2.0"
77
edition = "2021"
@@ -22,8 +22,8 @@ actix-cors = "0.6.4"
2222
reqwest = { version = "0.11.18", features = ["json"] }
2323
futures = "0.3.28"
2424
dotenv = "0.15.0"
25-
fplus-lib = { path = "../fplus-lib", version = "1.0.19" }
26-
fplus-database = { path = "../fplus-database", version = "1.0.19"}
25+
fplus-lib = { path = "../fplus-lib", version = "1.0.23" }
26+
fplus-database = { path = "../fplus-database", version = "1.0.23"}
2727
anyhow = "1.0.75"
2828
async-trait = "0.1.73"
2929
uuidv4 = "1.0.0"

0 commit comments

Comments
 (0)