Skip to content

Commit 7ca8830

Browse files
author
Akos Kitta
committed
Bumped up from 0.0.3 to 0.0.4.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 13b7a7e commit 7ca8830

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "MIT",
66
"engines": {

browser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "browser-app",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"dependencies": {
77
"@theia/core": "next",
@@ -18,7 +18,7 @@
1818
"@theia/terminal": "next",
1919
"@theia/workspace": "next",
2020
"@theia/textmate-grammars": "next",
21-
"arduino-ide-extension": "0.0.3"
21+
"arduino-ide-extension": "0.0.4"
2222
},
2323
"devDependencies": {
2424
"@theia/cli": "next"
@@ -44,4 +44,4 @@
4444
}
4545
}
4646
}
47-
}
47+
}

electron-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"dependencies": {
77
"@theia/core": "next",
@@ -19,7 +19,7 @@
1919
"@theia/terminal": "next",
2020
"@theia/workspace": "next",
2121
"@theia/textmate-grammars": "next",
22-
"arduino-ide-extension": "0.0.3"
22+
"arduino-ide-extension": "0.0.4"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "next"
@@ -46,4 +46,4 @@
4646
}
4747
}
4848
}
49-
}
49+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-editor",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Arduino Pro IDE",
55
"main": "index.js",
66
"repository": "https://github.com/bcmi-labs/arduino-editor.git",

0 commit comments

Comments
 (0)