This commit is contained in:
Alberto Iannaccone 2022-12-05 14:48:43 +01:00 committed by per1234
parent 1104467329
commit 200c00244b
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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