From f93504e6b71f2ba6355e0fbc0a703da5656fb3bf Mon Sep 17 00:00:00 2001 From: MSxDOS <15524350+MSxDOS@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:00:37 +0300 Subject: [PATCH] Release 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6e88ce..cc34a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntapi" -version = "0.4.0" +version = "0.4.1" authors = ["MSxDOS "] description = "FFI bindings for Native API" license = "Apache-2.0 OR MIT"