diff --git a/Cargo.lock b/Cargo.lock index c39774b4..9a442e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.20.8" +version = "0.20.9" dependencies = [ "cc", "lazy_static", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bf322dff..d096efdc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.20.8" +version = "0.20.9" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT" diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 3fd1f45a..2cfcf72e 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -1,6 +1,6 @@ { "name": "web-tree-sitter", - "version": "0.20.6", + "version": "0.20.7", "description": "Tree-sitter bindings for the web", "main": "tree-sitter.js", "types": "tree-sitter-web.d.ts",