File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments