Skip to content

Commit 9b1f15d

Browse files
author
Alberto Iannaccone
authored
upgrade IDE to rc4 (#841)
1 parent 77b4306 commit 9b1f15d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

browser-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "browser-app",
4-
"version": "2.0.0-rc3",
4+
"version": "2.0.0-rc4",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "1.22.1",
@@ -20,7 +20,7 @@
2020
"@theia/process": "1.22.1",
2121
"@theia/terminal": "1.22.1",
2222
"@theia/workspace": "1.22.1",
23-
"arduino-ide-extension": "2.0.0-rc3"
23+
"arduino-ide-extension": "2.0.0-rc4"
2424
},
2525
"devDependencies": {
2626
"@theia/cli": "1.22.1"

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.0.0-rc3",
4+
"version": "2.0.0-rc4",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -22,7 +22,7 @@
2222
"@theia/process": "1.22.1",
2323
"@theia/terminal": "1.22.1",
2424
"@theia/workspace": "1.22.1",
25-
"arduino-ide-extension": "2.0.0-rc3"
25+
"arduino-ide-extension": "2.0.0-rc4"
2626
},
2727
"devDependencies": {
2828
"@theia/cli": "1.22.1",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",
@@ -76,4 +76,4 @@
7676
"vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix",
7777
"cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.10/file/marus25.cortex-debug-0.3.10.vsix"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)