From ab5b18f8195ed50fe9a65554b50724da1efd9941 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Mon, 26 Dec 2016 23:55:01 -0700 Subject: [PATCH] Rev 0.2.0 --- README.md | 1 + library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f394d4..6dec3a6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Arduino library for communicating with ANT radios, with support for nrf51 device ## News +* 12/26/2016 More examples and Tx added * 06/08/2016 Initial Experimental Rx only release * 04/21/2016 Project forked from Andrew Wrapp xbee-arduino diff --git a/library.json b/library.json index 1647428..8c0e109 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/cujomalainey/ant-arduino.git" }, - "version": "0.1.1", + "version": "0.2.0", "frameworks": "arduino", "platforms": "atmelavr, teensy" } diff --git a/library.properties b/library.properties index 57bc1a0..9e93f9c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ANT-Arduino library -version=0.1.1 +version=0.2.0 author=Curtis Malainey maintainer=Curtis Malainey sentence=Library for talking to various ANT radios from Dynastream Innovations.