Skip to content

Commit

Permalink
Bump version 0.14.1 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Jan 21, 2025
1 parent ae993b4 commit 9625da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"

[package]
name = "loco-rs"
version = "0.14.0"
version = "0.14.1"
description = "The one-person framework for Rust"
homepage = "https://loco.rs/"
documentation = "https://docs.rs/loco-rs"
Expand Down Expand Up @@ -49,7 +49,7 @@ bg_sqlt = ["dep:sqlx", "dep:ulid"]
integration_test = []

[dependencies]
loco-gen = { version = "0.14.0", path = "./loco-gen" }
loco-gen = { version = "0.14.1", path = "./loco-gen" }
backtrace_printer = { version = "1.3.0" }

# cli
Expand Down
2 changes: 1 addition & 1 deletion loco-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loco-gen"
version = "0.14.0"
version = "0.14.1"
description = "Loco generators"
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 9625da3

Please sign in to comment.