Compare commits

...

2 Commits
main ... 2.1.1

Author SHA1 Message Date
Akos Kitta
6499518fa2 chore: Updated to the next version after release.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2023-06-30 17:28:10 +02:00
Akos Kitta
c318223de9 chore(cli): Bumped the CLI version to 0.32.3
Ref: arduino/arduino-cli#2234
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2023-06-30 16:55:59 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "2.1.0",
"version": "2.1.1",
"description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later",
"scripts": {
@ -163,7 +163,7 @@
],
"arduino": {
"cli": {
"version": "0.32.2"
"version": "0.32.3"
},
"fwuploader": {
"version": "2.2.2"

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "2.1.0",
"version": "2.1.1",
"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.1.0"
"arduino-ide-extension": "2.1.1"
},
"devDependencies": {
"@theia/cli": "1.31.1",

View File

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