bump version to 0.1.1

pull/361/head
Yuya Nishihara 2022-07-07 23:54:56 +07:00
parent 2278c75c94
commit 96059d67df
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-qmljs"
description = "QML grammar for the tree-sitter parsing library"
version = "0.1.0"
version = "0.1.1"
keywords = ["incremental", "parsing", "qml"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/yuja/tree-sitter-qmljs"

@ -1,6 +1,6 @@
{
"name": "tree-sitter-qmljs",
"version": "0.1.0",
"version": "0.1.1",
"description": "QML grammar for the tree-sitter parsing library",
"main": "bindings/node",
"scripts": {