We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55eb25 commit c08e38aCopy full SHA for c08e38a
arduino_alvik/__init__.py
@@ -4,8 +4,8 @@
4
5
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
6
__license__ = "MPL 2.0"
7
-__version__ = "1.1.2"
+__version__ = "1.1.3"
8
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
9
-__required_firmware_version__ = "1.1.0"
+__required_firmware_version__ = "1.1.1"
10
11
from .arduino_alvik import *
package.json
@@ -13,5 +13,5 @@
13
["github:arduino/ucPack-mpy", "0.1.7"],
14
["github:arduino/arduino-runtime-mpy", "0.4.0"]
15
],
16
- "version": "1.1.2"
+ "version": "1.1.3"
17
}
0 commit comments