diff --git a/Cargo.toml b/Cargo.toml index 8ad9d11..93a16c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tsq" description = "tsq grammar for the tree-sitter parsing library" -version = "0.1.0" +version = "0.19.0" authors = ["Douglas Creager "] keywords = ["incremental", "parsing", "tsq"] categories = ["parsing", "text-editors"] @@ -21,7 +21,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "0.17" +tree-sitter = "0.19" [build-dependencies] cc = "1.0" diff --git a/package.json b/package.json index 0d06299..e8aa161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-tsq", - "version": "0.1.0", + "version": "0.19.0", "description": "tree-sitter parser for tree-sitter's query language", "main": "bindings/node", "keywords": [