diff --git a/lefthk-core/Cargo.toml b/lefthk-core/Cargo.toml index 503c216..5ee69b1 100644 --- a/lefthk-core/Cargo.toml +++ b/lefthk-core/Cargo.toml @@ -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" diff --git a/lefthk/Cargo.toml b/lefthk/Cargo.toml index 9cb25cd..c7eb024 100644 --- a/lefthk/Cargo.toml +++ b/lefthk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lefthk" -version = "0.1.8" +version = "0.1.10" edition = "2021" license = "BSD-3-Clause" readme = "README.md" @@ -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"