diff --git a/Cargo.toml b/Cargo.toml index 991fbd5..8d81ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ authors = ["Per Johansson "] homepage = "https://doom.fish" edition = "2021" rust-version = "1.75" -version = "0.2.4" +version = "0.2.5" keywords = ["screencapture", "screencapturekit", "macos"] license = "MIT OR Apache-2.0" diff --git a/screencapturekit/Cargo.toml b/screencapturekit/Cargo.toml index d590fc5..cdaa82e 100644 --- a/screencapturekit/Cargo.toml +++ b/screencapturekit/Cargo.toml @@ -25,4 +25,4 @@ ci = [] path = "./src/lib.rs" [dependencies] -screencapturekit-sys = { version = "0.2.4", path = "../screencapturekit-sys" } +screencapturekit-sys = { version = "0.2.5", path = "../screencapturekit-sys" }