From c5d3860a83c9b42ae4e0b3bc8efaf8a409ee70b8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 8 Apr 2024 02:14:37 +0100 Subject: [PATCH] Release 0.1.1 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e95645..440f30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-blueprint" description = "Blueprint grammar for the tree-sitter parsing library" -version = "0.1.0" +version = "0.1.1" keywords = ["incremental", "parsing", "android", "blueprint"] categories = ["parsing", "text-editors"] repository = "https://git.belanyi.fr/ambroisie/tree-sitter-blueprint" diff --git a/package.json b/package.json index 3db073a..e22dbb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-blueprint", - "version": "0.1.0", + "version": "0.1.1", "description": "Blueprint grammar for tree-sitter", "main": "bindings/node", "keywords": [