diff --git a/Cargo.toml b/Cargo.toml index e832b8d..dde8235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-scala" description = "scala grammar for the tree-sitter parsing library" -version = "0.20.7" +version = "0.20.0" keywords = ["incremental", "parsing", "scala"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-javascript" diff --git a/package.json b/package.json index 3d87846..a636a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-scala", - "version": "0.20.7", + "version": "0.20.0", "description": "Scala grammar for tree-sitter", "main": "bindings/node", "keywords": [