diff --git a/napi/Cargo.toml b/napi/Cargo.toml index c51041c4..5e5c913e 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -2,12 +2,12 @@ authors = ["Nathan Sobo ", "Yinan Long "] description = "N-API bindings" edition = "2018" -keywords = ["NodeJS", "FFI", "NAPI", "n-api"] +keywords = ["Node.js", "Node", "FFI", "NAPI", "n-api"] license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.3.3" +version = "1.3.4" [features] default = ["napi3"] # for most NodeJS users