Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 29, 2016
1 parent bde4cd0 commit 483411d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "jni-sys"
version = "0.2.0"
version = "0.2.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Rust definitions corresponding to jni.h"
repository = "https://github.com/sfackler/rust-jni-sys"
documentation = "https://docs.rs/jni-sys/0.2.0/jni_sys"
documentation = "https://docs.rs/jni-sys/0.2.1/jni_sys"
readme = "README.md"

[dependencies]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jni-sys

[Documentation](https://docs.rs/jni-sys/0.2.0/jni_sys)
[Documentation](https://docs.rs/jni-sys/0.2.1/jni_sys)

Rust definitions corresponding to jni.h.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url="https://docs.rs/jni-sys/0.2.0")]
#![doc(html_root_url="https://docs.rs/jni-sys/0.2.1")]
#![allow(non_snake_case, non_camel_case_types)]

use std::os::raw::c_void;
Expand Down

0 comments on commit 483411d

Please sign in to comment.