Skip to content

Commit 46bf0f9

Browse files
committed
chore: bump version to 0.5.1
1 parent 916c0af commit 46bf0f9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ thiserror = "2.0"
1010
walkdir = "2.3"
1111

1212
[workspace.package]
13-
version = "0.5.0"
13+
version = "0.5.1"
1414
edition = "2021"
1515
authors = ["bahdotsh"]
1616
license = "MIT"

blogr-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "blogr"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
blogr-themes = { version = "0.5.0", path = "../blogr-themes" }
15+
blogr-themes = { version = "0.5.1", path = "../blogr-themes" }
1616
clap = { version = "4.6", features = ["derive"] }
1717
ratatui = "0.29"
1818
crossterm = "0.29"

blogr-themes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blogr-themes"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)