From c90d9d82128edeb4efc419894ab47c4e610a85ab Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 12 Jun 2022 21:06:11 +0200 Subject: [PATCH] Release 0.1.2 Fix indentation *after* and indented block. --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79ec0d4..e7f0a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-tiger" description = "Tiger grammar for the tree-sitter parsing library" -version = "0.1.1" +version = "0.1.2" keywords = ["incremental", "parsing", "tiger"] categories = ["parsing", "text-editors"] repository = "https://gitea.belanyi.fr/ambroisie/tree-sitter-tiger" diff --git a/package.json b/package.json index 0cfb51b..2f53243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-tiger", - "version": "0.1.1", + "version": "0.1.2", "description": "tiger grammar for tree-sitter", "main": "bindings/node", "keywords": [