Skip to content

Commit cfe9e8e

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Bumped version to 0.1.4. Use CLI 0.15.2.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 2911794 commit cfe9e8e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "arduino-debugger-extension",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "An extension for debugging Arduino programs",
55
"license": "MIT",
66
"dependencies": {
77
"@theia/debug": "next",
8-
"arduino-ide-extension": "0.1.3",
8+
"arduino-ide-extension": "0.1.4",
99
"cdt-gdb-adapter": "^0.0.14",
1010
"vscode-debugadapter": "^1.26.0",
1111
"vscode-debugprotocol": "^1.26.0"

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": "0.1.3",
3+
"version": "0.1.4",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "MIT",
66
"scripts": {
@@ -123,7 +123,7 @@
123123
],
124124
"arduino": {
125125
"cli": {
126-
"version": "20210203"
126+
"version": "0.15.1"
127127
}
128128
}
129129
}

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": "0.1.3",
4+
"version": "0.1.4",
55
"license": "MIT",
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": "0.1.3"
21+
"arduino-ide-extension": "0.1.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": "0.1.3",
4+
"version": "0.1.4",
55
"license": "MIT",
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": "0.1.3"
23+
"arduino-ide-extension": "0.1.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": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Arduino Pro IDE",
55
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)