diff --git a/Cargo.lock b/Cargo.lock index 1d86a35e..f896cf80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "tree-sitter-tags" -version = "0.20.0" +version = "0.20.1" dependencies = [ "memchr", "regex", diff --git a/tags/Cargo.toml b/tags/Cargo.toml index f458c00b..67cb23b8 100644 --- a/tags/Cargo.toml +++ b/tags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tags" description = "Library for extracting tag information" -version = "0.20.0" +version = "0.20.1" authors = [ "Max Brunsfeld ", "Patrick Thomson ",