From c7fb76d97b1bb272f3312ae8f48a67e49e9701d9 Mon Sep 17 00:00:00 2001 From: Adaline Simonian Date: Wed, 12 May 2021 10:14:58 -0700 Subject: [PATCH] chore(pkg): bump version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69fc426..9be9008 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "reabank-syntax-highlighting", "displayName": "Reabank Syntax Highlighting", "description": "Syntax highlighting for Reabank files", - "version": "1.0.0", + "version": "1.1.0", "engines": { "vscode": "^1.56.0" },