diff --git a/Cargo.lock b/Cargo.lock index 9928961..a74bd57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,7 +741,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mantle" -version = "0.10.2" +version = "0.10.3" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index 526d9c2..509c898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mantle" -version = "0.10.2" +version = "0.10.3" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index ce302d8..4342d05 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It is recommended to install with Foreman, with the following config: # foreman.toml [tools] -mantle = { source = "blake-mealey/mantle", version = "0.10.2" } +mantle = { source = "blake-mealey/mantle", version = "0.10.3" } ``` You can learn more about Foreman including how to install it from [its