Skip to content

Commit c19629a

Browse files
committed
Version 0.1.0
1 parent 61a9cd6 commit c19629a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-pest"
33
description = "Pest grammar for the tree-sitter."
4-
version = "0.0.2"
4+
version = "0.1.0"
55
keywords = ["incremental", "parsing", "pest", "tree-sitter"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-pest"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-pest",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Pest grammar for tree-sitter",
55
"main": "bindings/node",
66
"repository": {

0 commit comments

Comments
 (0)