Skip to content

Commit c08e38a

Browse files
committed
ver: 1.1.3 ready update required FW version to 1.1.1
1 parent b55eb25 commit c08e38a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arduino_alvik/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.1.2"
7+
__version__ = "1.1.3"
88
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
9-
__required_firmware_version__ = "1.1.0"
9+
__required_firmware_version__ = "1.1.1"
1010

1111
from .arduino_alvik import *

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
["github:arduino/ucPack-mpy", "0.1.7"],
1414
["github:arduino/arduino-runtime-mpy", "0.4.0"]
1515
],
16-
"version": "1.1.2"
16+
"version": "1.1.3"
1717
}

0 commit comments

Comments
 (0)