From d44526af83b52e4201dd75153474aaefc69e1092 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Tue, 7 Aug 2018 02:22:58 -0700 Subject: [PATCH] Bump version to v0.2.1 and update docs link --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc72cfa..7ccf4dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opus" -version = "0.2.0" +version = "0.2.1" authors = ["Tad Hardesty "] description = "Safe Rust bindings for libopus" @@ -11,7 +11,7 @@ categories = ["api-bindings", "encoding", "compression", "multimedia::audio", "multimedia::encoding"] repository = "https://github.com/SpaceManiac/opus-rs" -documentation = "https://wombat.platymuus.com/rustdoc/opus_0.2.0/" +documentation = "https://docs.rs/opus/0.2.1/opus/" [dependencies] opus-sys = "0.2.0" diff --git a/README.md b/README.md index 01ebf94..9c46c69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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/) +# opus-rs [![](https://meritbadge.herokuapp.com/opus)](https://crates.io/crates/opus) [![](https://img.shields.io/badge/docs-online-2020ff.svg)](https://docs.rs/opus/0.2.1/opus/) Safe Rust bindings for libopus. The rustdoc (available through `cargo doc`) includes brief descriptions for methods, and detailed API information can be