Skip to content

Commit 067cc87

Browse files
Akos Kittafstasi
Akos Kitta
authored andcommitted
Bumped version to 2.0.0-beta.4. Use CLI 0.17.0
Signed-off-by: Akos Kitta <[email protected]>
1 parent 15b0564 commit 067cc87

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: arduino-ide-extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {
@@ -121,7 +121,7 @@
121121
],
122122
"arduino": {
123123
"cli": {
124-
"version": "20210317"
124+
"version": "0.17.0"
125125
}
126126
}
127127
}

Diff for: 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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "next",
@@ -18,7 +18,7 @@
1818
"@theia/process": "next",
1919
"@theia/terminal": "next",
2020
"@theia/workspace": "next",
21-
"arduino-ide-extension": "2.0.0-beta.3"
21+
"arduino-ide-extension": "2.0.0-beta.4"
2222
},
2323
"devDependencies": {
2424
"@theia/cli": "next"

Diff for: 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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -20,7 +20,7 @@
2020
"@theia/process": "next",
2121
"@theia/terminal": "next",
2222
"@theia/workspace": "next",
23-
"arduino-ide-extension": "2.0.0-beta.3"
23+
"arduino-ide-extension": "2.0.0-beta.4"
2424
},
2525
"devDependencies": {
2626
"@theia/cli": "next"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-editor",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)