Increased version number to 0.0.5

This commit is contained in:
Miro Spönemann 2020-02-26 17:32:30 +01:00
parent 6f6f620ec9
commit ad4928957e
6 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "arduino-debugger-extension",
"version": "0.0.4",
"version": "0.0.5",
"description": "An extension for debugging Arduino programs",
"license": "MIT",
"engines": {
@ -8,7 +8,7 @@
},
"dependencies": {
"@theia/debug": "next",
"arduino-ide-extension": "0.0.4",
"arduino-ide-extension": "0.0.5",
"cdt-gdb-adapter": "^0.0.14",
"vscode-debugadapter": "^1.26.0",
"vscode-debugprotocol": "^1.26.0"

View File

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

View File

@ -10,7 +10,7 @@
(() => {
const DEFAULT_VERSION = '0.9.0-rc2'; // require('moment')().format('YYYYMMDD');
const DEFAULT_VERSION = '0.9.0-rc3'; // require('moment')().format('YYYYMMDD');
const path = require('path');
const shell = require('shelljs');

View File

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

View File

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

View File

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