From d76e8020eef83b50bdc7b8d5baa697ae7bc9a5e1 Mon Sep 17 00:00:00 2001 From: Blake Mealey Date: Tue, 28 Dec 2021 21:59:10 -0700 Subject: [PATCH] Bump version number (0.10.6) --- 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 d7f7c7a..ff91873 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "rbx_mantle" -version = "0.10.5" +version = "0.10.6" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index e3f78b1..e5677fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_mantle" description = "Infra-as-code for Roblox" homepage = "https://mantle-docs.vercel.app" repository = "https://github.com/blake-mealey/mantle" -version = "0.10.5" +version = "0.10.6" authors = ["Blake Mealey "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index b41e8ae..37651ba 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.5" } +mantle = { source = "blake-mealey/mantle", version = "0.10.6" } ``` You can learn more about Foreman including how to install it from [its