Skip to content

Commit

Permalink
release version v1.1.0
Browse files Browse the repository at this point in the history
this is breaking change in relationship to ant-arduino, must use version
2.0.0 or higher
  • Loading branch information
cujomalainey committed Jun 29, 2020
1 parent 65be757 commit 9146761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ An Implementation of the Ant+ Network on top of [ant-arduino](https://github.com

## News

* 6/28/2020 v2.0.0 of ant-arduino released with support for mbed and softdevices
* 8/20/2019 v1.0.0 released, master profiles now are available
* 10/1/2017 v0.1.0 Version released, library added to managers
* 9/24/2017 Proof of concept complete (for system design)
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"type": "git",
"url": "https://github.com/cujomalainey/antplus-arduino.git"
},
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, espressif32, espressif8266, intel_arc32, microchippic32, nordicnrf51, nordicnrf52, ststm32, timsp430, teensy",
"version": "1.1.0",
"frameworks": "*",
"platforms": "*",
"dependencies":
[
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ANTPLUS-Arduino
version=1.0.0
version=1.1.0
author=Curtis Malainey <curtis@malainey.com>
maintainer=Curtis Malainey <curtis@malainey.com>
sentence=Library for easy ANT+ integration
Expand Down

0 comments on commit 9146761

Please sign in to comment.