File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
32
32
// Get download stats for every release
33
33
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`,
35
35
// we'll use this later to split the asset file name more easily
36
36
const baseName = `arduino-ide_${rel.name}_`
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-ide-extension" ,
3
- "version" : " 2.0.0-beta.11 " ,
3
+ "version" : " 2.0.0-beta.12 " ,
4
4
"description" : " An extension for Theia building the Arduino IDE" ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " browser-app" ,
4
- "version" : " 2.0.0-beta.11 " ,
4
+ "version" : " 2.0.0-beta.12 " ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"dependencies" : {
7
7
"@theia/core" : " 1.18.0" ,
20
20
"@theia/process" : " 1.18.0" ,
21
21
"@theia/terminal" : " 1.18.0" ,
22
22
"@theia/workspace" : " 1.18.0" ,
23
- "arduino-ide-extension" : " 2.0.0-beta.11 "
23
+ "arduino-ide-extension" : " 2.0.0-beta.12 "
24
24
},
25
25
"devDependencies" : {
26
26
"@theia/cli" : " 1.17.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " electron-app" ,
4
- "version" : " 2.0.0-beta.11 " ,
4
+ "version" : " 2.0.0-beta.12 " ,
5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"main" : " src-gen/frontend/electron-main.js" ,
7
7
"dependencies" : {
22
22
"@theia/process" : " 1.18.0" ,
23
23
"@theia/terminal" : " 1.18.0" ,
24
24
"@theia/workspace" : " 1.18.0" ,
25
- "arduino-ide-extension" : " 2.0.0-beta.11 "
25
+ "arduino-ide-extension" : " 2.0.0-beta.12 "
26
26
},
27
27
"devDependencies" : {
28
28
"@theia/cli" : " 1.17.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-ide" ,
3
- "version" : " 2.0.0-beta.11 " ,
3
+ "version" : " 2.0.0-beta.12 " ,
4
4
"description" : " Arduino IDE" ,
5
5
"repository" : " https://github.com/arduino/arduino-ide.git" ,
6
6
"author" : " Arduino SA" ,
You can’t perform that action at this time.
0 commit comments