Skip to content

Commit

Permalink
Bump version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Dec 6, 2021
1 parent 4b86b07 commit 901f751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-commonlisp"
description = "Common Lisp grammar for the tree-sitter parsing library"
version = "0.2.0"
version = "0.3.0"
keywords = ["incremental", "parsing", "lisp"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-commonlisp"
Expand All @@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.19.5"
tree-sitter = "0.20.1"

[build-dependencies]
cc = "1.0"
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-commonlisp",
"version": "0.2.0",
"version": "0.3.0",
"description": "Tree-sitter grammar for Common Lisp",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 901f751

Please sign in to comment.