Skip to content

Commit

Permalink
Updated to 2.0.0-beta.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and kittaakos committed Apr 15, 2021
1 parent 3240bf7 commit 2a55ddd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arduino-ide-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-app",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "next",
Expand All @@ -19,7 +19,7 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.4"
"arduino-ide-extension": "2.0.0-beta.5"
},
"devDependencies": {
"@theia/cli": "next"
Expand Down
4 changes: 2 additions & 2 deletions electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@theia/process": "next",
"@theia/terminal": "next",
"@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.4"
"arduino-ide-extension": "2.0.0-beta.5"
},
"devDependencies": {
"@theia/cli": "next"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-editor",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Arduino IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA",
Expand Down

0 comments on commit 2a55ddd

Please sign in to comment.