match crate version with tag

This commit is contained in:
Camden Cheek 2021-09-09 08:58:28 -06:00
parent df1c7e13a5
commit f0b8e67482
No known key found for this signature in database
GPG key ID: 595BFFE3A04E48B9

View file

@ -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"