Skip to content
This repository was archived by the owner on Dec 3, 2020. It is now read-only.

Commit a25575c

Browse files
committed
bump version 0.1.6
1 parent f5bdad0 commit a25575c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_msp_cli"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Ilya Guterman <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum FcFlavor {
5454
async fn main() {
5555

5656
let matches = App::new("msp")
57-
.version("0.1.5")
57+
.version("0.1.6")
5858
.author("Ilya G. <[email protected]>")
5959
.about("Interact with msp flight controller")
6060
.subcommand(

0 commit comments

Comments
 (0)