Skip to content

Commit

Permalink
Prepare 2.0.0-rc9.4 (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Iannaccone authored Sep 8, 2022
1 parent 76673cb commit dcc0c0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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-rc9.3",
"version": "2.0.0-rc9.4",
"description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down Expand Up @@ -160,7 +160,7 @@
],
"arduino": {
"cli": {
"version": "0.27.0-rc.1"
"version": "0.27.1"
},
"fwuploader": {
"version": "2.2.0"
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-rc9.3",
"version": "2.0.0-rc9.4",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "1.25.0",
Expand All @@ -19,7 +19,7 @@
"@theia/process": "1.25.0",
"@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc9.3"
"arduino-ide-extension": "2.0.0-rc9.4"
},
"devDependencies": {
"@theia/cli": "1.25.0"
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-rc9.3",
"version": "2.0.0-rc9.4",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@theia/process": "1.25.0",
"@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc9.3"
"arduino-ide-extension": "2.0.0-rc9.4"
},
"devDependencies": {
"@theia/cli": "1.25.0",
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-ide",
"version": "2.0.0-rc9.3",
"version": "2.0.0-rc9.4",
"description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA",
Expand Down

0 comments on commit dcc0c0a

Please sign in to comment.