From 53471e78222f95449f90043e441f21ce035cf565 Mon Sep 17 00:00:00 2001 From: Isaac Holston <32341824+iholston@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:34:28 -0500 Subject: [PATCH] chore(release): bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae5b6f5..1167b95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "win-hotkeys" -version = "0.1.3" +version = "0.2.0" dependencies = [ "crossbeam-channel", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index eec5e4e..33e5c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "win-hotkeys" -version = "0.1.3" +version = "0.2.0" license = "MIT" repository = "https://github.com/iholston/win-hotkeys" homepage = "https://github.com/iholston/win-hotkeys"