From 5e888e422561d97849e44cafb82b9a83fc41959b Mon Sep 17 00:00:00 2001 From: Daru13 Date: Tue, 30 Jan 2024 17:47:12 +0100 Subject: [PATCH] Update the package version from 1.0.0 to 1.0.1 This includes fixes for GitHub issues #1 to #3, which are resolved by the last few commits. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c216c42..6b2179d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "i-LaTeX", "description": "Interactive code visualisations for LaTeX documents.", "icon": "misc/vscode-icon.png", - "version": "1.0.0", + "version": "1.0.1", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git",