Skip to content

Commit

Permalink
publish: bump version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 2, 2024
1 parent 7f1e2f2 commit 13fdd89
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-slang"
description = "slang grammar for the tree-sitter parsing library"
version = "0.2.1"
version = "0.2.2"
keywords = ["incremental", "parsing", "slang"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-slang"
Expand Down
2 changes: 1 addition & 1 deletion Makefile

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

5 changes: 2 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-slang",
"version": "0.2.1",
"version": "0.2.2",
"description": "Slang shader language grammar for tree-sitter (based on tree-sitter-hls)",
"main": "bindings/node",
"types": "bindings/node",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-slang"
description = "Slang grammar for tree-sitter"
version = "0.2.1"
version = "0.2.2"
keywords = ["incremental", "parsing", "tree-sitter", "slang"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 13fdd89

Please sign in to comment.