Skip to content

Commit

Permalink
Update version to 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Iannaccone committed Nov 30, 2021
1 parent dd76f91 commit 59e4c57
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.12",
"version": "2.0.0-rc1",
"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.12",
"version": "2.0.0-rc1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "1.19.0",
Expand All @@ -20,7 +20,7 @@
"@theia/process": "1.19.0",
"@theia/terminal": "1.19.0",
"@theia/workspace": "1.19.0",
"arduino-ide-extension": "2.0.0-beta.12"
"arduino-ide-extension": "2.0.0-rc1"
},
"devDependencies": {
"@theia/cli": "1.19.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-beta.12",
"version": "2.0.0-rc1",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"@theia/process": "1.19.0",
"@theia/terminal": "1.19.0",
"@theia/workspace": "1.19.0",
"arduino-ide-extension": "2.0.0-beta.12"
"arduino-ide-extension": "2.0.0-rc1"
},
"devDependencies": {
"@theia/cli": "1.19.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-beta.12",
"version": "2.0.0-rc1",
"description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA",
Expand Down

0 comments on commit 59e4c57

Please sign in to comment.