Skip to content

Commit

Permalink
update version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amfern committed Jun 18, 2020
1 parent 2e680a9 commit af5e3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "multiwii_serial_protocol"
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
version = "0.1.1"
version = "0.1.4"
authors = ["Rudi Benkovic <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project

```toml
[dependencies]
multiwii_serial_protocol = "0.1.0"
multiwii_serial_protocol = "0.1.4"
```

Then include it in your code like this:
Expand Down

0 comments on commit af5e3b6

Please sign in to comment.