Skip to content

Commit

Permalink
0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Oct 4, 2024
1 parent 2047b22 commit 693a403
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.24.0"
version = "0.24.1"
authors = ["Max Brunsfeld <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifeq ($(OS),Windows_NT)
$(error Windows is not supported)
endif

VERSION := 0.24.0
VERSION := 0.24.1
DESCRIPTION := An incremental parsing system for programming tools
HOMEPAGE_URL := https://tree-sitter.github.io/tree-sitter/

Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "tree-sitter",
.version = "0.24.0",
.version = "0.24.1",
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.24.0",
"version": "0.24.1",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)

project(tree-sitter
VERSION "0.24.0"
VERSION "0.24.1"
DESCRIPTION "An incremental parsing system for programming tools"
HOMEPAGE_URL "https://tree-sitter.github.io/tree-sitter/"
LANGUAGES C)
Expand Down
2 changes: 1 addition & 1 deletion lib/binding_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.24.0",
"version": "0.24.1",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
Expand Down

0 comments on commit 693a403

Please sign in to comment.