diff --git a/Cargo.toml b/Cargo.toml index 894ccfc..9c6c395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-scala" description = "Scala grammar for tree-sitter" -version = "0.23.0" +version = "0.23.2" license = "MIT" keywords = ["incremental", "parsing", "tree-sitter", "scala"] categories = ["parsing", "text-editors"] diff --git a/Makefile b/Makefile index c7591e7..492f812 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT) $(error Windows is not supported) endif -VERSION := 0.23.0 +VERSION := 0.23.2 LANGUAGE_NAME := tree-sitter-scala diff --git a/package.json b/package.json index dc02ede..7e77c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-scala", - "version": "0.23.0", + "version": "0.23.2", "description": "Scala grammar for tree-sitter", "repository": "github:tree-sitter/tree-sitter-scala", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index a367645..634f6b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-scala" description = "Scala grammar for tree-sitter" -version = "0.23.0" +version = "0.23.2" keywords = ["incremental", "parsing", "tree-sitter", "scala"] classifiers = [ "Intended Audience :: Developers",