chore: switch to version 2.3.7 after the release (#2701)

This commit is contained in:
Giacomo Cusinato 2025-04-09 19:48:50 +07:00 committed by GitHub
parent 2f0414a5a1
commit 0f9f0d07b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.3.6", "version": "2.3.7",
"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.3.6", "version": "2.3.7",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "./src-gen/backend/electron-main.js", "main": "./src-gen/backend/electron-main.js",
"dependencies": { "dependencies": {
@ -19,7 +19,7 @@
"@theia/preferences": "1.57.0", "@theia/preferences": "1.57.0",
"@theia/terminal": "1.57.0", "@theia/terminal": "1.57.0",
"@theia/workspace": "1.57.0", "@theia/workspace": "1.57.0",
"arduino-ide-extension": "2.3.6" "arduino-ide-extension": "2.3.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.57.0", "@theia/cli": "1.57.0",

View File

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