diff --git a/Cargo.toml b/Cargo.toml index ecba91b..d5ae941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "device_query" -version = "0.1.1" +version = "0.1.2" authors = ["ostrosco "] build = "build.rs" description = "A basic library for querying keyboard and mouse state on-demand without a window."