Skip to content

Commit 6499518

Browse files
author
Akos Kitta
committed
chore: Updated to the next version after release.
Signed-off-by: Akos Kitta <[email protected]>
1 parent c318223 commit 6499518

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: arduino-ide-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

Diff for: electron-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -21,7 +21,7 @@
2121
"@theia/process": "1.31.1",
2222
"@theia/terminal": "1.31.1",
2323
"@theia/workspace": "1.31.1",
24-
"arduino-ide-extension": "2.1.0"
24+
"arduino-ide-extension": "2.1.1"
2525
},
2626
"devDependencies": {
2727
"@theia/cli": "1.31.1",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)