chore: switch to version 2.3.5 after the release (#2587)

To produce a correctly versioned nightly build.
See the [docs](1b9c7e93e0/docs/internal/release-procedure.md (7-%EF%B8%8F-bump-version-metadata-of-packages)) for more details.
This commit is contained in:
Giacomo Cusinato 2024-12-03 13:21:25 +01:00 committed by GitHub
parent 1112057979
commit 6eef09efd8
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",
"version": "2.3.4",
"version": "2.3.5",
"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.3.4",
"version": "2.3.5",
"license": "AGPL-3.0-or-later",
"main": "./src-gen/backend/electron-main.js",
"dependencies": {
@ -19,7 +19,7 @@
"@theia/preferences": "1.41.0",
"@theia/terminal": "1.41.0",
"@theia/workspace": "1.41.0",
"arduino-ide-extension": "2.3.4"
"arduino-ide-extension": "2.3.5"
},
"devDependencies": {
"@theia/cli": "1.41.0",

View File

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