Skip to content

Commit

Permalink
Bump version to v0.2.0 and add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Oct 18, 2016
1 parent b0377c9 commit a72206b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opus"
version = "0.1.1"
version = "0.2.0"
authors = ["Tad Hardesty <[email protected]>"]

description = "Safe Rust bindings for libopus"
Expand All @@ -9,6 +9,7 @@ license = "MIT/Apache-2.0"
keywords = ["opus", "codec", "voice", "sound", "audio"]

repository = "https://github.com/SpaceManiac/opus-rs"
documentation = "https://wombat.platymuus.com/rustdoc/opus_0.2.0/"

[dependencies]
opus-sys = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# opus-rs [![](https://meritbadge.herokuapp.com/opus)](https://crates.io/crates/opus)
# opus-rs [![](https://meritbadge.herokuapp.com/opus)](https://crates.io/crates/opus) [![](https://img.shields.io/badge/docs-online-2020ff.svg)](https://wombat.platymuus.com/rustdoc/opus_0.2.0/)

Safe Rust bindings for libopus. The rustdoc (available through `cargo doc`)
includes brief descriptions for methods, and detailed API information can be
Expand Down

0 comments on commit a72206b

Please sign in to comment.