From 14dbf3885f28854ba53a0d44118b065e123da48e Mon Sep 17 00:00:00 2001 From: Blake Mealey Date: Thu, 23 Dec 2021 09:52:16 -0700 Subject: [PATCH] Bump version number (0.10.3) --- 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 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