Skip to content

Commit 74cab04

Browse files
committed
0.20.1
1 parent 801adc0 commit 74cab04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-html"
33
description = "HTML grammar for tree-sitter"
4-
version = "0.20.0"
4+
version = "0.20.1"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Amaan Qureshi <[email protected]>",

Makefile

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

33
# Repository
44
SRC_DIR := src

bindings/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ way.)
99
```toml
1010
[dependencies]
1111
tree-sitter = "0.20.10"
12-
tree-sitter-html = "0.20.0"
12+
tree-sitter-html = "0.20.1"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

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-html",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "HTML grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)