From f0b8e6748238ac0a6ba10e360db5b712039db895 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Thu, 9 Sep 2021 08:58:28 -0600 Subject: [PATCH] match crate version with tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7d1de8..c1ef886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-dockerfile" description = "dockerfile grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "0.1.0" keywords = ["incremental", "parsing", "dockerfile"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-javascript"