From 1d68896900e42d71f67d41631872094587c6ee83 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 12 May 2020 16:31:02 -0700 Subject: [PATCH] highlight: 0.2.0 --- highlight/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 94a4e032..bb94fb21 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.1.6" +version = "0.2.0" authors = [ "Max Brunsfeld ", "Tim Clem "