diff --git a/Cargo.lock b/Cargo.lock index e62a90a..8f7940b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "rocat" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 9be4b4f..40a9065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocat" -version = "0.3.0" +version = "0.4.0" authors = ["Blake Mealey "] edition = "2018" diff --git a/README.md b/README.md index 3fff74e..ef1d833 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.3.0" } +rocat = { source = "blake-mealey/rocat", version = "0.4.0" } ``` You can learn more about Foreman including how to install it from [its