Bumped up from 0.0.3 to 0.0.4.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-12-11 16:23:33 +01:00
parent 13b7a7e1d8
commit 7ca8830a02
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "0.0.3",
"version": "0.0.4",
"description": "An extension for Theia building the Arduino IDE",
"license": "MIT",
"engines": {

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-app",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"@theia/core": "next",
@ -18,7 +18,7 @@
"@theia/terminal": "next",
"@theia/workspace": "next",
"@theia/textmate-grammars": "next",
"arduino-ide-extension": "0.0.3"
"arduino-ide-extension": "0.0.4"
},
"devDependencies": {
"@theia/cli": "next"
@ -44,4 +44,4 @@
}
}
}
}
}

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"@theia/core": "next",
@ -19,7 +19,7 @@
"@theia/terminal": "next",
"@theia/workspace": "next",
"@theia/textmate-grammars": "next",
"arduino-ide-extension": "0.0.3"
"arduino-ide-extension": "0.0.4"
},
"devDependencies": {
"@theia/cli": "next"
@ -46,4 +46,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "arduino-editor",
"version": "0.0.3",
"version": "0.0.4",
"description": "Arduino Pro IDE",
"main": "index.js",
"repository": "https://github.com/bcmi-labs/arduino-editor.git",