diff --git a/Cargo.toml b/Cargo.toml index e518d0e..7ca30c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "tree-sitter-css" description = "css grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "0.19.0" keywords = ["incremental", "parsing", "css"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-javascript" edition = "2018" license = "MIT" +authors = ["Max Brunsfeld "] build = "bindings/rust/build.rs" include = [ @@ -20,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 63a9fa3..a4295da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-css", - "version": "0.16.0", + "version": "0.19.0", "description": "CSS grammar for tree-sitter", "main": "bindings/node", "keywords": [