Skip to content

Commit 9625da3

Browse files
authored
Bump version 0.14.1 (#1195)
1 parent ae993b4 commit 9625da3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99

1010
[package]
1111
name = "loco-rs"
12-
version = "0.14.0"
12+
version = "0.14.1"
1313
description = "The one-person framework for Rust"
1414
homepage = "https://loco.rs/"
1515
documentation = "https://docs.rs/loco-rs"
@@ -49,7 +49,7 @@ bg_sqlt = ["dep:sqlx", "dep:ulid"]
4949
integration_test = []
5050

5151
[dependencies]
52-
loco-gen = { version = "0.14.0", path = "./loco-gen" }
52+
loco-gen = { version = "0.14.1", path = "./loco-gen" }
5353
backtrace_printer = { version = "1.3.0" }
5454

5555
# cli

loco-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loco-gen"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Loco generators"
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)