Bump library versions

This commit is contained in:
Max Brunsfeld 2022-09-02 14:58:00 -07:00
parent 15190a497d
commit 2be51abcd8
3 changed files with 2 additions and 2 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter"
description = "Rust bindings to the Tree-sitter parsing library"
version = "0.20.8"
version = "0.20.9"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.20.6",
"version": "0.20.7",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",