Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 9145c62

Browse files
committed
Bump version to 0.3.6
1 parent 51e451b commit 9145c62

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-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.3.5"
4+
version = "0.3.6"
55
keywords = ["incremental", "parsing", "kotlin"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/fwcd/tree-sitter-kotlin"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.3.5
1+
VERSION := 0.3.6
22

33
# Repository
44
SRC_DIR := src

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.3.5"
7+
tree-sitter-kotlin = "0.3.6"
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-2
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.3.5",
3+
"version": "0.3.6",
44
"description": "Tree-sitter grammar for Kotlin",
55
"main": "bindings/node",
66
"scripts": {

0 commit comments

Comments
 (0)