Skip to content

Commit 9146761

Browse files
committed
release version v1.1.0
this is breaking change in relationship to ant-arduino, must use version 2.0.0 or higher
1 parent 65be757 commit 9146761

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ An Implementation of the Ant+ Network on top of [ant-arduino](https://github.com
99

1010
## News
1111

12+
* 6/28/2020 v2.0.0 of ant-arduino released with support for mbed and softdevices
1213
* 8/20/2019 v1.0.0 released, master profiles now are available
1314
* 10/1/2017 v0.1.0 Version released, library added to managers
1415
* 9/24/2017 Proof of concept complete (for system design)

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/cujomalainey/antplus-arduino.git"
99
},
10-
"version": "1.0.0",
11-
"frameworks": "arduino",
12-
"platforms": "atmelavr, atmelsam, espressif32, espressif8266, intel_arc32, microchippic32, nordicnrf51, nordicnrf52, ststm32, timsp430, teensy",
10+
"version": "1.1.0",
11+
"frameworks": "*",
12+
"platforms": "*",
1313
"dependencies":
1414
[
1515
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ANTPLUS-Arduino
2-
version=1.0.0
2+
version=1.1.0
33
author=Curtis Malainey <[email protected]>
44
maintainer=Curtis Malainey <[email protected]>
55
sentence=Library for easy ANT+ integration

0 commit comments

Comments
 (0)