diff --git a/rushstr-core/Cargo.toml b/rushstr-core/Cargo.toml index 6494404..6bbd7cc 100644 --- a/rushstr-core/Cargo.toml +++ b/rushstr-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr-core" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" diff --git a/rushstr-tui/Cargo.toml b/rushstr-tui/Cargo.toml index b034323..5ac887a 100644 --- a/rushstr-tui/Cargo.toml +++ b/rushstr-tui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr-tui" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" @@ -13,4 +13,4 @@ crossterm.workspace = true ratatui.workspace = true anyhow.workspace = true arboard.workspace = true -rushstr-core = { path = "../rushstr-core", version = "1.4.0" } +rushstr-core = { path = "../rushstr-core", version = "1.4.1" } diff --git a/rushstr/Cargo.toml b/rushstr/Cargo.toml index 11ba162..17d0997 100644 --- a/rushstr/Cargo.toml +++ b/rushstr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rushstr" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "An interactive, Rust-powered shell history search tool inspired by hstr" license = "MIT" @@ -11,8 +11,8 @@ homepage = "https://github.com/donhk/rushstr" [dependencies] anyhow.workspace = true clap.workspace = true -rushstr-core = { path = "../rushstr-core", version = "1.4.0" } -rushstr-tui = { path = "../rushstr-tui", version = "1.4.0" } +rushstr-core = { path = "../rushstr-core", version = "1.4.1" } +rushstr-tui = { path = "../rushstr-tui", version = "1.4.1" } [[bin]] name = "rushstr"