diff --git a/Cargo.lock b/Cargo.lock index c71fafb..58de7d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "git-brws" -version = "0.11.10" +version = "0.11.11" dependencies = [ "cargo-husky", "criterion", diff --git a/Cargo.toml b/Cargo.toml index eaccd56..a357c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-brws" -version = "0.11.10" +version = "0.11.11" authors = ["rhysd "] description = "Command line tool to open a repository, file, commit, diff, tag, pull request, issue or project's website in your web browser from command line" categories = ["command-line-utilities", "development-tools"]