From 934279cb194261474cbe5deb18de6df6e126081e Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Wed, 9 Jun 2021 00:01:26 -0700 Subject: [PATCH] Release 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bed20b4..f9b73e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "innerput" description = "Simulate keyboard input on Windows" authors = ["Kenneth Loeffler "] -version = "0.0.1" +version = "0.0.2" homepage = "https://github.com/kennethloeffler/innerput" repository = "https://github.com/kennethloeffler/innerput.git" documentation = "https://docs.rs/innerput"