mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
chore: Updated to the next version after release.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
2c74ad6437
commit
80afd382ad
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arduino-ide-extension",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "An extension for Theia building the Arduino IDE",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "src-gen/frontend/electron-main.js",
|
||||
"dependencies": {
|
||||
@ -21,7 +21,7 @@
|
||||
"@theia/process": "1.31.1",
|
||||
"@theia/terminal": "1.31.1",
|
||||
"@theia/workspace": "1.31.1",
|
||||
"arduino-ide-extension": "2.1.0"
|
||||
"arduino-ide-extension": "2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "1.31.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arduino-ide",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Arduino IDE",
|
||||
"repository": "https://github.com/arduino/arduino-ide.git",
|
||||
"author": "Arduino SA",
|
||||
|
Loading…
x
Reference in New Issue
Block a user