Skip to content

Commit a60d993

Browse files
Bumped version
1 parent d2af7de commit a60d993

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-witcherscript"
33
description = "WitcherScript grammar for the tree-sitter parsing library"
4-
version = "0.12.0"
4+
version = "0.13.0"
55
readme = "README.md"
66
keywords = ["incremental", "parsing", "tree-sitter", "witcherscript"]
77
categories = ["parsing", "text-editors"]

Makefile

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

33
LANGUAGE_NAME := tree-sitter-witcherscript
44

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-witcherscript",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "WitcherScript grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-witcherscript"
77
description = "Witcherscript grammar for tree-sitter"
8-
version = "0.12.0"
8+
version = "0.13.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "witcherscript"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)