Skip to content

Commit

Permalink
Bump version to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Oct 5, 2023
1 parent 59d2255 commit 51c8f05
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-java"
description = "Java grammar for the tree-sitter parsing library"
version = "0.20.0"
version = "0.20.2"
authors = [
"Douglas Creager <[email protected]>",
"Ayman Nadeem <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.19.1
VERSION := 0.20.2

# Repository
SRC_DIR := src
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-java",
"version": "0.19.1",
"version": "0.20.2",
"description": "Java grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 51c8f05

Please sign in to comment.