diff --git a/Cargo.toml b/Cargo.toml index 7105979f..4b5d7231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-typescript" description = "Typescript grammar for the tree-sitter parsing library" -version = "0.20.2" +version = "0.20.3" authors = ["Max Brunsfeld "] license = "MIT" readme = "README.md" diff --git a/package.json b/package.json index 9379e9a0..d969e8fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-typescript", - "version": "0.20.2", + "version": "0.20.3", "description": "Typescript grammar for tree-sitter", "keywords": [ "parser",