Skip to content

Commit

Permalink
publish: bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 1, 2024
1 parent 51e69c3 commit 3c2bf67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0"
version = "0.2.0"
keywords = ["incremental", "parsing", "slang"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-slang"
Expand Down
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.1.0",
"version": "0.2.0",
"description": "Slang shader language grammar for tree-sitter (based on tree-sitter-hls)",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 3c2bf67

Please sign in to comment.