diff --git a/Cargo.lock b/Cargo.lock index a48eeec..8ac0351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "github-distributed-owners" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ecb4ea7..0798117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-distributed-owners" -version = "0.1.11" +version = "0.1.12" edition = "2021" # Version selected to provide compatibility with apt supplied # rustc from Ubuntu LTS versions. diff --git a/README.md b/README.md index 3148e78..3ec9b46 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Example pre-commit config: ```yaml repos: - repo: https://github.com/andrewring/github-distributed-owners - rev: v0.1.11 + rev: v0.1.12 hooks: - id: github-distributed-owners ```