From 5e9096857c65010c8edef90a2c3e9e75079c2b10 Mon Sep 17 00:00:00 2001 From: Blake Mealey Date: Sat, 20 Nov 2021 16:07:56 -0600 Subject: [PATCH] Bump version number (0.10.0) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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