From bca4c8d312d3c71de3fbd25cb07d2c80c844d461 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 8 Apr 2024 08:48:54 +0100 Subject: [PATCH] Release 0.1.2 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 440f30c..5f7f04a 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.1" +version = "0.1.2" 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 e22dbb9..3b0d87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-blueprint", - "version": "0.1.1", + "version": "0.1.2", "description": "Blueprint grammar for tree-sitter", "main": "bindings/node", "keywords": [