From a5c90334da1df4948dc47964df7587d55f5c4afd Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Tue, 4 Jun 2024 09:46:37 -0400 Subject: [PATCH] should do a relase for this too --- vscode/package.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/package.dhall b/vscode/package.dhall index 3c2f3afc..8e17e703 100644 --- a/vscode/package.dhall +++ b/vscode/package.dhall @@ -1,7 +1,7 @@ { name = "jacinda" , displayName = "Jacinda Syntax Highlighting for VSCode" , publisher = "vmchale" -, version = "0.1.5" +, version = "0.1.6" , engines.vscode = "^1.0.0" , description = "Syntax Highlighting for Jacinda" , categories = [ "Programming Languages" ]