Skip to content

Commit b3710fe

Browse files
authored
chore: bump version (Wilfred#38)
1 parent f264041 commit b3710fe

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-tact"
33
description = "Tact grammar for the tree-sitter"
4-
version = "1.4.0"
4+
version = "1.4.1"
55
authors = ["Novus Nota (https://github.com/novusnota)"]
66
license = "MIT"
77
keywords = ["incremental", "parsing", "tact"]

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-tact",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A tree-sitter grammar for the Tact programming language",
55
"author": "Novus Nota (https://github.com/novusnota)",
66
"license": "MIT",

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-tact"
77
description = "Tact grammar for tree-sitter"
8-
version = "1.4.0"
8+
version = "1.4.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "tact"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)