Merge pull request #113 from bcmi-labs/0.0.7

Updated to `0.0.7` after the release.
This commit is contained in:
Akos Kitta 2020-05-07 09:53:01 +02:00 committed by GitHub
commit f6f6cb20de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "0.0.6",
"version": "0.0.7",
"description": "An extension for Theia building the Arduino IDE",
"license": "MIT",
"engines": {

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-app",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@theia/core": "next",
@ -20,8 +20,8 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "0.0.6",
"arduino-debugger-extension": "0.0.6"
"arduino-ide-extension": "0.0.7",
"arduino-debugger-extension": "0.0.7"
},
"devDependencies": {
"@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
@ -22,8 +22,8 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "0.0.6",
"arduino-debugger-extension": "0.0.6"
"arduino-ide-extension": "0.0.7",
"arduino-debugger-extension": "0.0.7"
},
"devDependencies": {
"@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{
"name": "arduino-editor",
"version": "0.0.6",
"version": "0.0.7",
"description": "Arduino Pro IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA",