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",
"version": "2.0.2",
"version": "2.0.3",
"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": "electron-app",
"version": "2.0.2",
"version": "2.0.3",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
@ -21,7 +21,7 @@
"@theia/process": "1.25.0",
"@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.2"
"arduino-ide-extension": "2.0.3"
},
"devDependencies": {
"@theia/cli": "1.25.0",

View File

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