diff --git a/Cargo.lock b/Cargo.lock index c39774b4b..9a442e8fa 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bf322dff2..d096efdc8 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 3fd1f45a6..2cfcf72e2 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",