chore: Prepared for the 2.1.0 release

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2023-04-17 08:32:51 +02:00 committed by Akos Kitta
parent 4c2f0fb841
commit 9fff553f1a
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "2.0.5",
"version": "2.1.0",
"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.5",
"version": "2.1.0",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
@ -21,7 +21,7 @@
"@theia/process": "1.31.1",
"@theia/terminal": "1.31.1",
"@theia/workspace": "1.31.1",
"arduino-ide-extension": "2.0.5"
"arduino-ide-extension": "2.1.0"
},
"devDependencies": {
"@theia/cli": "1.31.1",

View File

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