Skip to content

Commit 7b55a83

Browse files
committed
Bump version to 0.2.10
1 parent 88faefe commit 7b55a83

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-kotlin"
33
description = "Kotlin grammar for the tree-sitter parsing library"
4-
version = "0.2.9"
4+
version = "0.2.10"
55
keywords = ["incremental", "parsing", "kotlin"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/fwcd/tree-sitter-kotlin"

bindings/rust/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This crate provides a Kotlin grammar for the [tree-sitter](https://tree-sitter.g
44

55
```toml
66
tree-sitter = "0.20"
7-
tree-sitter-kotlin = "0.2.8"
7+
tree-sitter-kotlin = "0.2.10"
88
```
99

1010
Typically, you will use the `language` function to add this grammar to a tree-sitter [`Parser`](https://docs.rs/tree-sitter/*/tree_sitter/struct.Parser.html), and then use the parser to parse some code:

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-kotlin",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Tree-Sitter grammar for Kotlin",
55
"main": "bindings/node",
66
"scripts": {

0 commit comments

Comments
 (0)