Skip to content

Commit 8a48f83

Browse files
committed
1.1.0 ready
1 parent bffa681 commit 8a48f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arduino_alvik/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.0.5"
7+
__version__ = "1.1.0"
88
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
9-
__required_firmware_version__ = "1.0.4"
9+
__required_firmware_version__ = "1.1.0"
1010

1111
from .arduino_alvik import *

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"deps": [
1313
["github:arduino/ucPack-mpy", "0.1.6"]
1414
],
15-
"version": "1.0.5"
15+
"version": "1.1.0"
1616
}

0 commit comments

Comments
 (0)