Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
update cargo.toml to 0.2.0 for crates.io publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 26, 2020
1 parent ced2415 commit 160c36f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-rs-rtcp"
version = "0.1.0"
version = "0.2.0"
authors = ["Rain Liu <yuliu@outlook.com>"]
edition = "2018"
description = "A pure Rust implementation of RTCP"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<a href="https://webrtc.rs"><img src="./media/webrtc.rs.png" alt="WebRTC.rs"></a>
<a href="https://webrtc.rs"><img src="./doc/webrtc.rs.png" alt="WebRTC.rs"></a>
<br>
</h1>
<p align="center">
Expand All @@ -12,6 +12,9 @@
<a href="https://deps.rs/repo/github/webrtc-rs/rtcp">
<img src="https://deps.rs/repo/github/webrtc-rs/rtcp/status.svg">
</a>
<a href="https://docs.rs/webrtc-rs-rtcp">
<img src="https://docs.rs/webrtc-rs-rtcp/badge.svg">
</a>
<a href="https://github.com/webrtc-rs/rtcp/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
</a>
Expand Down
File renamed without changes

0 comments on commit 160c36f

Please sign in to comment.