Skip to content

Commit e0be293

Browse files
committed
bump version
1 parent 2762f73 commit e0be293

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-d"
33
description = "d grammar for the tree-sitter parsing library"
4-
version = "0.8.0"
4+
version = "0.8.2"
55
keywords = ["incremental", "parsing", "d"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/gdamore/tree-sitter-d"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-d",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "d grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-d"
77
description = "D grammar for tree-sitter"
8-
version = "0.8.0"
8+
version = "0.8.2"
99
keywords = ["incremental", "parsing", "tree-sitter", "d"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter-d.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
Name: tree-sitter-d
66
Description: D grammar for tree-sitter
77
URL: https://github.com/gdamore/tree-sitter-d
8-
Version: 0.8.0
8+
Version: 0.8.2
99
Requires:
1010
Libs: -L${libdir} -ltree-sitter-d
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)