From a4cc02cf2d0dcae48e822e037c476858161678ed Mon Sep 17 00:00:00 2001 From: mautam Date: Sun, 5 Nov 2023 15:32:27 +0000 Subject: [PATCH] feat: Release 0.1.10 --- lefthk-core/Cargo.toml | 2 +- lefthk/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"