Skip to content

Commit 51c8f05

Browse files
Bump version to 0.20.2
1 parent 59d2255 commit 51c8f05

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-java"
33
description = "Java grammar for the tree-sitter parsing library"
4-
version = "0.20.0"
4+
version = "0.20.2"
55
authors = [
66
"Douglas Creager <[email protected]>",
77
"Ayman Nadeem <[email protected]>",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.19.1
1+
VERSION := 0.20.2
22

33
# Repository
44
SRC_DIR := src

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-java",
3-
"version": "0.19.1",
3+
"version": "0.20.2",
44
"description": "Java grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)