From d4e1e058bdb3f4a0f3e71ae8613dbee2faa9865e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 1 May 2020 09:56:10 -0300 Subject: [PATCH] Cargo: Update version to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36b8b24c..d215f480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mavlink-camera-manager" -version = "0.2.1" +version = "0.2.2" description = "Mavlink Camera Manager" license = "MIT" authors = ["Patrick José Pereira "]