diff --git a/Cargo.lock b/Cargo.lock index 07d7198..da21a77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "active-win-pos-rs" -version = "0.8.4" +version = "0.9.0" dependencies = [ "appkit-nsworkspace-bindings", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 162212f..2ac7991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "active-win-pos-rs" -version = "0.8.4" +version = "0.9.0" authors = ["Dmitry Malkov "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 82ed111..d4c9423 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A small Rust library that lets you get position, size, title and a few other pro ### Add to Cargo.toml: ```toml [dependencies] -active-win-pos-rs = "0.8" +active-win-pos-rs = "0.9" ``` ### Use: