This commit is contained in:
Alberto Iannaccone 2022-11-17 15:03:22 +01:00 committed by GitHub
parent 23c7f5f848
commit fe3fbb189c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2", "version": "2.0.3",
"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.2", "version": "2.0.3",
"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.25.0", "@theia/process": "1.25.0",
"@theia/terminal": "1.25.0", "@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0", "@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.2" "arduino-ide-extension": "2.0.3"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.25.0", "@theia/cli": "1.25.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide", "name": "arduino-ide",
"version": "2.0.2", "version": "2.0.3",
"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",