From cfbec2592086e9f7b7616b0d3b3b1239621462b8 Mon Sep 17 00:00:00 2001
From: tstellanova <tstellanova@users.noreply.github.com>
Date: Sun, 2 Jun 2019 06:13:56 -0700
Subject: [PATCH] Update readme and manifest for publishing new crate version.

---
 Cargo.toml | 5 +++--
 README.md  | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 58c5822..0174220 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,13 @@
 
 [package]
 name = "mavlink"
-version = "0.4.2"
+version = "0.5.0"
 authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan"]
 build = "build/main.rs"
 description = "Implements the MAVLink data interchange format for UAVs."
+readme = "README.md"
 license = "MIT/Apache-2.0"
-repository = "https://github.com/3drobotics/rust-mavlink"
+repository = "https://github.com/mavlink/rust-mavlink"
 
 [build-dependencies]
 crc16 = "0.3.3"
diff --git a/README.md b/README.md
index 7c0a5af..54abb1f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ with bindings for the [common message set](http://mavlink.org/messages/common).
 Add to your Cargo.toml:
 
 ```
-mavlink = "0.4"
+mavlink = "0.5"
 ```
 
 See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
-- 
GitLab