Skip to content

Commit

Permalink
Bump version: 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Oct 10, 2022
1 parent 4566709 commit f09b5f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cuda"
description = "cuda grammar for the tree-sitter parsing library"
version = "0.1.0"
version = "0.20.2"
keywords = ["incremental", "parsing", "cuda"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-cuda"
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-cuda",
"version": "0.20.1",
"version": "0.20.2",
"description": "CUDA grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"author": "Stephan Seitz",
"license": "MIT",
"dependencies": {
"nan": "^2.15.0"
"nan": "^2.17.0"
},
"devDependencies": {
"tree-sitter-c": "^0.20.0",
Expand Down

0 comments on commit f09b5f8

Please sign in to comment.