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", "name": "arduino-ide-extension",
"version": "0.0.3", "version": "0.0.4",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

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

View File

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

View File

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