diff --git a/Cargo.lock b/Cargo.lock index fd84d49..47ee181 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mantle" -version = "0.8.2" +version = "0.9.0" dependencies = [ "base64 0.13.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c9288f7..b92211f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mantle" -version = "0.8.2" +version = "0.9.0" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index e1ceefa..a292194 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.8.2" } +mantle = { source = "blake-mealey/mantle", version = "0.9.0" } ``` You can learn more about Foreman including how to install it from [its