From 1630b74235701fd0fabec696168411ad5eacefc0 Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Thu, 14 Nov 2024 13:31:06 +0330 Subject: [PATCH] =?UTF-8?q?Bug=20fix=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- README.md | 2 +- src/lib.rs | 2 +- windows-capture-python/Cargo.toml | 2 +- windows-capture-python/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce6b670..df74481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "windows-capture-python" -version = "1.4.1" +version = "1.4.2" dependencies = [ "pyo3", "thiserror", diff --git a/README.md b/README.md index 589d5b0..4be21f7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add this dependency to your `Cargo.toml`: ```toml [dependencies] -windows-capture = "1.4.1" +windows-capture = "1.4.2" ``` or run this command diff --git a/src/lib.rs b/src/lib.rs index 23ec879..8ebe68f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,7 @@ //! //! ```toml //! [dependencies] -//! windows-capture = "1.4.1" +//! windows-capture = "1.4.2" //! ``` //! or run this command //! diff --git a/windows-capture-python/Cargo.toml b/windows-capture-python/Cargo.toml index f5e88e9..d71b4b4 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-capture-python" -version = "1.4.1" +version = "1.4.2" authors = ["NiiightmareXD"] edition = "2021" description = "Fastest Windows Screen Capture Library For Python 🔥" diff --git a/windows-capture-python/pyproject.toml b/windows-capture-python/pyproject.toml index ce93584..0657fd6 100644 --- a/windows-capture-python/pyproject.toml +++ b/windows-capture-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "windows-capture" -version = "1.4.1" +version = "1.4.2" description = "Fastest Windows Screen Capture Library For Python 🔥" readme = "README.md" requires-python = ">=3.9"