Skip to content

Commit ad09589

Browse files
committed
0.20.4
1 parent e17d0a1 commit ad09589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-c"
33
description = "C grammar for the tree-sitter parsing library"
4-
version = "0.20.3"
4+
version = "0.20.4"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

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-c",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
44
"description": "C grammar for node-tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)