Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 825f0b0

Browse files
committed
Updated to 2.0.0-beta.12
1 parent 846c22c commit 825f0b0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎.github/workflows/github-stats.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
// Get download stats for every release
3333
for (const rel of releases) {
34-
// Names for assets are like `arduino-ide_2.0.0-beta.11_Linux_64bit.zip`,
34+
// Names for assets are like `arduino-ide_2.0.0-beta.12_Linux_64bit.zip`,
3535
// we'll use this later to split the asset file name more easily
3636
const baseName = `arduino-ide_${rel.name}_`
3737

‎arduino-ide-extension/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

‎browser-app/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "browser-app",
4-
"version": "2.0.0-beta.11",
4+
"version": "2.0.0-beta.12",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "1.18.0",
@@ -20,7 +20,7 @@
2020
"@theia/process": "1.18.0",
2121
"@theia/terminal": "1.18.0",
2222
"@theia/workspace": "1.18.0",
23-
"arduino-ide-extension": "2.0.0-beta.11"
23+
"arduino-ide-extension": "2.0.0-beta.12"
2424
},
2525
"devDependencies": {
2626
"@theia/cli": "1.17.2"

‎electron-app/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "2.0.0-beta.11",
4+
"version": "2.0.0-beta.12",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -22,7 +22,7 @@
2222
"@theia/process": "1.18.0",
2323
"@theia/terminal": "1.18.0",
2424
"@theia/workspace": "1.18.0",
25-
"arduino-ide-extension": "2.0.0-beta.11"
25+
"arduino-ide-extension": "2.0.0-beta.12"
2626
},
2727
"devDependencies": {
2828
"@theia/cli": "1.17.2"

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /