diff --git a/Cargo.toml b/Cargo.toml index 70a1a7c..4fdc72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "jni-sys" -version = "0.3.0" -authors = ["Steven Fackler "] +version = "0.4.0" +authors = ["Steven Fackler ", "Robert Bragg "] license = "MIT/Apache-2.0" description = "Rust definitions corresponding to jni.h" repository = "https://github.com/jni-rs/jni-sys" -documentation = "https://docs.rs/jni-sys/0.3.0" +documentation = "https://docs.rs/jni-sys/0.4.0" readme = "README.md" categories = ["external-ffi-bindings"] keywords = ["java", "jni"]