From 8d16b53ad005ea6d380d2e63c5db417bc99aeb60 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sat, 22 Oct 2022 15:33:13 +0100 Subject: [PATCH] version bump --- scratch-vhdl-vscode/.vscodeignore | 2 +- scratch-vhdl-vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scratch-vhdl-vscode/.vscodeignore b/scratch-vhdl-vscode/.vscodeignore index f168561..1bd8fde 100644 --- a/scratch-vhdl-vscode/.vscodeignore +++ b/scratch-vhdl-vscode/.vscodeignore @@ -12,4 +12,4 @@ vsc-extension-quickstart.md node_modules/** !node_modules/blockly/blockly.min.js things_to_try.txt -.eslintignore +.eslintignore \ No newline at end of file diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index 2722749..d6765da 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "engines": { "vscode": "^1.65.0"