Skip to content

Commit 0822ed2

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
chore: switch to version 2.3.1 after the release
To produce a correctly versioned nightly build. See the [docs](https://github.com/arduino/arduino-ide/blob/1b9c7e93e029e65765010eb84e1604b5e483a963/docs/internal/release-procedure.md#7-%EF%B8%8F-bump-version-metadata-of-packages) for more details. Signed-off-by: Akos Kitta <[email protected]>
1 parent 1b9c7e9 commit 0822ed2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

arduino-ide-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

electron-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"license": "AGPL-3.0-or-later",
66
"main": "./src-gen/backend/electron-main.js",
77
"dependencies": {
@@ -19,7 +19,7 @@
1919
"@theia/preferences": "1.41.0",
2020
"@theia/terminal": "1.41.0",
2121
"@theia/workspace": "1.41.0",
22-
"arduino-ide-extension": "2.3.0"
22+
"arduino-ide-extension": "2.3.1"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "1.41.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)