Skip to content

Commit

Permalink
Merge pull request #411 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
eed3si9n authored Aug 8, 2024
2 parents 53b0f18 + d2ece17 commit 26eb655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-scala"
description = "scala grammar for the tree-sitter parsing library"
version = "0.22.0"
version = "0.22.1"
keywords = ["incremental", "parsing", "scala"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-scala"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-scala",
"version": "0.20.0",
"version": "0.22.1",
"description": "Scala grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-scala"
description = "Scala grammar for tree-sitter"
version = "0.0.1"
version = "0.22.1"
keywords = ["incremental", "parsing", "tree-sitter", "scala"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 26eb655

Please sign in to comment.