Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 19, 2024
1 parent 801adc0 commit 74cab04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-html"
description = "HTML grammar for tree-sitter"
version = "0.20.0"
version = "0.20.1"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>",
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.20.0
VERSION := 0.20.1

# Repository
SRC_DIR := src
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-html = "0.20.0"
tree-sitter-html = "0.20.1"
```

Typically, you will use the [language][language func] function to add this
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-html",
"version": "0.20.0",
"version": "0.20.1",
"description": "HTML grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 74cab04

Please sign in to comment.