diff --git a/Cargo.lock b/Cargo.lock index 161d217..fcc0d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,7 +1298,7 @@ dependencies = [ [[package]] name = "rocat" -version = "0.5.1" +version = "0.6.0" dependencies = [ "clap", "difference", diff --git a/Cargo.toml b/Cargo.toml index b010d61..d0388a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocat" -version = "0.5.1" +version = "0.6.0" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index 4ba403a..fb85ade 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It is recommended to install with Foreman, with the following config: # foreman.toml [tools] -rocat = { source = "blake-mealey/rocat", version = "0.5.1" } +rocat = { source = "blake-mealey/rocat", version = "0.6.0" } ``` You can learn more about Foreman including how to install it from [its