diff --git a/Cargo.lock b/Cargo.lock index ecdf009..826020d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "rocat" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 74667de..cc75c86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocat" -version = "0.1.4" +version = "0.1.5" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index 938b01d..0776ef3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is recommended to install with Foreman, with the following config: # foreman.toml [tools] -rocat = { source = "blake-mealey/rocat", version = "0.1.4" } +rocat = { source = "blake-mealey/rocat", version = "0.1.5" } ``` You can learn more about Foreman including how to install it from [its documentation](https://github.com/Roblox/foreman#readme).