Updated to 2.0.0-beta.9

This commit is contained in:
Francesco Stasi 2021-07-08 16:41:04 +02:00
parent 461ca06445
commit 40a73af82b
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-app",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "next",
@ -19,7 +19,7 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.8"
"arduino-ide-extension": "2.0.0-beta.9"
},
"devDependencies": {
"@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
@ -21,7 +21,7 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.8"
"arduino-ide-extension": "2.0.0-beta.9"
},
"devDependencies": {
"@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA",