diff --git a/Cargo.lock b/Cargo.lock index 16ae658..3bbe5e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mantle" -version = "0.9.0" +version = "0.10.0" dependencies = [ "base64 0.13.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dcbb01e..7605515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mantle" -version = "0.9.0" +version = "0.10.0" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index a292194..dd7ee6d 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.9.0" } +mantle = { source = "blake-mealey/mantle", version = "0.10.0" } ``` You can learn more about Foreman including how to install it from [its