Skip to content

Commit

Permalink
feat: Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mautamu committed Nov 5, 2023
1 parent 4992f3a commit a4cc02c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lefthk-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lefthk-core"
version = "0.1.8"
version = "0.1.10"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions lefthk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lefthk"
version = "0.1.8"
version = "0.1.10"
edition = "2021"
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ description = "A hotkey daemon for Adventurers"

[dependencies]
clap = "2.3.0"
lefthk-core = { path = "../lefthk-core", version = '0.1' }
lefthk-core = { path = "../lefthk-core", version = '0.1.10' }
log = "0.4.14"
pretty_env_logger = "0.4.0"
ron = "0.7"
Expand Down

0 comments on commit a4cc02c

Please sign in to comment.