Skip to content

Commit

Permalink
Bump version number (0.11.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-mealey committed Jun 17, 2022
1 parent f05cb3a commit 7d3689d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is recommended to install with Foreman, with the following config:
# foreman.toml

[tools]
mantle = { source = "blake-mealey/mantle", version = "0.11.1" }
mantle = { source = "blake-mealey/mantle", version = "0.11.2" }
```

You can learn more about Foreman including how to install it from [its
Expand Down
2 changes: 1 addition & 1 deletion bump-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Invoke-BumpVersion() {
# Bump the crate's patch version
cargo bump $VersionPart.ToLower() > $null 2> $null
if ($LastExitCode -ne 0) {
Write-Error "Failed to install 'cargo-bump' tool."
Write-Error "Failed to bump package version number."
Undo-Changes
return
}
Expand Down
2 changes: 1 addition & 1 deletion mantle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mantle"
version = "0.11.1"
version = "0.11.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rbx_mantle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rbx_mantle"
description = "Infra-as-code for Roblox"
version = "0.11.1"
version = "0.11.2"
homepage = "https://mantle-docs.vercel.app"
repository = "https://github.com/blake-mealey/mantle"
authors = ["Blake Mealey <[email protected]>"]
Expand Down

0 comments on commit 7d3689d

Please sign in to comment.