From 8d112cb5586b1177f9f4075fb463259212d3b1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix?= <142559040+kapitche@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:25:17 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 341685f..0dc4001 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "x86-assembly-syntax", "displayName": "Universal Assembly Syntax Highlighting", "description": "Syntax highlighting extension for x86, x64 and ARM assembly both for Intel and AT&T syntax", - "version": "1.0.6", + "version": "1.0.7", "engines": { "vscode": "^1.60.0" },