From 2b2a75af43862638714acced239128ccb9078a14 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 4 Jun 2022 22:04:21 +0200 Subject: [PATCH] Release 0.1.0 With the extensions now integrated, and most queries being in a state fit to start testing them, this is good enough for a first release. --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b87ca9f..db7311d 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.0.1" +version = "0.1.0" 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 4b3d9ae..fb43bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-tiger", - "version": "0.0.1", + "version": "0.1.0", "description": "tiger grammar for tree-sitter", "main": "bindings/node", "keywords": [