8000 chore(version): updated the version to `2.1.2` · arduino/arduino-ide@95fdc59 · GitHub
[go: up one dir, main page]

Skip to content
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

Appearance settings

Commit 95fdc59

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
chore(version): updated the version to 2.1.2
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 954fee4 commit 95fdc59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.1.1",
3+
"version": "2.1.2",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

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.1.1",
4+
"version": "2.1.2",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -19,7 +19,7 @@
1919
"@theia/preferences": "1.37.0",
2020
"@theia/terminal": "1.37.0",
2121
"@theia/workspace": "1.37.0",
22-
"arduino-ide-extension": "2.1.1"
22+
"arduino-ide-extension": "2.1.2"
2323
},
2424
"devDependencies": {
2525
"@theia/cli": "1.37.0",

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.1.1",
3+
"version": "2.1.2",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/arduino/arduino-ide.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)
0