Skip to content

Commit 26eb655

Browse files
authored
Merge pull request #411 from eed3si9n/wip/bump
Bump version number
2 parents 53b0f18 + d2ece17 commit 26eb655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-scala"
33
description = "scala grammar for the tree-sitter parsing library"
4-
version = "0.22.0"
4+
version = "0.22.1"
55
keywords = ["incremental", "parsing", "scala"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-scala"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-scala",
3-
"version": "0.20.0",
3+
"version": "0.22.1",
44
"description": "Scala grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-scala"
77
description = "Scala grammar for tree-sitter"
8-
version = "0.0.1"
8+
version = "0.22.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "scala"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)