Updated to 0.0.7 after the release.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-05-07 09:20:34 +02:00
parent f71a266fe3
commit 02d1f349ad
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "arduino-debugger-extension",
"version": "0.0.6",
"version": "0.0.7",
"description": "An extension for debugging Arduino programs",
"license": "MIT",
"engines": {
@@ -8,7 +8,7 @@
},
"dependencies": {
"@theia/debug": "next",
"arduino-ide-extension": "0.0.6",
"arduino-ide-extension": "0.0.7",
"cdt-gdb-adapter": "^0.0.14",
"vscode-debugadapter": "^1.26.0",
"vscode-debugprotocol": "^1.26.0"