Skip to content

Commit 6dc8a62

Browse files
committed
Update version to 2.2.7
1 parent ef26bf5 commit 6dc8a62

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 = "2.2.6"
4+
version = "2.2.7"
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 = "2.2.6"
4+
version = "2.2.7"
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 = "2.2.6" }
26-
fplus-database = { path = "../fplus-database", version = "2.2.6" }
25+
fplus-lib = { path = "../fplus-lib", version = "2.2.7" }
26+
fplus-database = { path = "../fplus-database", version = "2.2.7" }
2727
anyhow = "1.0.75"
2828
async-trait = "0.1.73"
2929
uuidv4 = "1.0.0"

fplus-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fplus-lib"
33
authors = ["jbesraa", "kokal33", "clriesco"]
4-
version = "2.2.6"
4+
version = "2.2.7"
55
edition = "2021"
66
description = "FPlus library/helper files"
77
license = "MIT OR Apache-2.0"
@@ -30,7 +30,7 @@ uuidv4 = "1.0.0"
3030
rayon = "1.8.0"
3131
log = "0.4.20"
3232
once_cell = "1.19.0"
33-
fplus-database = { path = "../fplus-database", version = "2.2.6" }
33+
fplus-database = { path = "../fplus-database", version = "2.2.7" }
3434
pem = "1.0"
3535
anyhow = "1.0"
3636
regex = "1.0"

0 commit comments

Comments
 (0)