Skip to content

Commit 76cbc07

Browse files
committed
bump version to 0.1.12
1 parent 1817c93 commit 76cbc07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_msp_lib"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Ilya Guterman <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project
1111

1212
```toml
1313
[dependencies]
14-
async_msp_lib = "0.1.11"
14+
async_msp_lib = "0.1.12"
1515
```
1616

1717
Then include it in your code like this:

0 commit comments

Comments
 (0)