Skip to content

Commit

Permalink
publish: bump version to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 1, 2024
1 parent 54b1a81 commit 339fe65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
35 changes: 13 additions & 22 deletions 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-glsl"
description = "GLSL grammar for the tree-sitter parsing library"
version = "0.1.6"
version = "0.1.7"
keywords = ["incremental", "parsing", "glsl"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-glsl"
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-glsl",
"version": "0.1.6",
"version": "0.1.7",
"description": "GLSL grammar for tree-sitter (based on tree-sitter-c)",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 339fe65

Please sign in to comment.