Skip to content

Commit

Permalink
Bump version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 11, 2021
1 parent 88faefe commit 7b55a83
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-kotlin"
description = "Kotlin grammar for the tree-sitter parsing library"
version = "0.2.9"
version = "0.2.10"
keywords = ["incremental", "parsing", "kotlin"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/fwcd/tree-sitter-kotlin"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This crate provides a Kotlin grammar for the [tree-sitter](https://tree-sitter.g

```toml
tree-sitter = "0.20"
tree-sitter-kotlin = "0.2.8"
tree-sitter-kotlin = "0.2.10"
```

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:
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-kotlin",
"version": "0.2.9",
"version": "0.2.10",
"description": "Tree-Sitter grammar for Kotlin",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 7b55a83

Please sign in to comment.