Skip to content

Commit

Permalink
release: Bump version to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <[email protected]>
  • Loading branch information
arnau committed Apr 12, 2024
1 parent c5c623b commit 4b25b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-csv"
description = "csv grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.2.0"
keywords = ["incremental", "parsing", "csv"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-csv"
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-csv",
"version": "0.1.0",
"version": "0.2.0",
"description": "CSV grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 4b25b5d

Please sign in to comment.