Skip to content

Commit f64bf07

Browse files
committed
Fix version.
1 parent 5949f99 commit f64bf07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arduino/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"type": "git",
2222
"url": "https://github.com/openmrn/OpenMRNLite"
2323
},
24-
"version": "1.2.0",
24+
"version": "2.2.0",
2525
"license": "BSD-2-Clause",
2626
"frameworks": "arduino",
27-
"platforms": "espressif32",
27+
"platforms": ["espressif32", "ststm32", "atmelsam"]
2828
"build": {
2929
"srcFilter" : [
3030
"-<.git/>",

arduino/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OpenMRNLite
2-
version=1.2.0
2+
version=2.2.0
33
author=Stuart Baker, Mike Dunston, Balazs Racz
44
maintainer=Mike Dunston <m_dunston@comcast.net>, Balazs Racz <balazs.racz@gmail.com>
55
includes=OpenMRNLite.h

0 commit comments

Comments
 (0)