diff --git a/Cargo.toml b/Cargo.toml index 3e6fd82..30a5fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-csv" description = "csv grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "0.2.0" keywords = ["incremental", "parsing", "csv"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-csv" diff --git a/package.json b/package.json index 7bc4e94..41579f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-csv", - "version": "0.1.0", + "version": "0.2.0", "description": "CSV grammar for tree-sitter", "main": "bindings/node", "keywords": [