From b26b64f87126afd573b12d7bd5a2ec3008182659 Mon Sep 17 00:00:00 2001 From: Philipp Henkel Date: Wed, 27 Jul 2016 07:25:52 +0200 Subject: [PATCH] Update changelog and version info --- README.md | 2 +- changelog.md | 3 +++ library.json | 2 +- library.properties | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77ccf7d..48ddfc9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This library enables you to send and receive using infra-red signals on an Ardui Tutorials and more information will be made available on [the official homepage](http://z3t0.github.io/Arduino-IRremote/). -## Version - 2.2.0 +## Version - 2.2.1 ## Installation 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page. diff --git a/changelog.md b/changelog.md index 297ffd4..fbe70b4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 2.2.1 - 2016/07/27 +- Added tests for Lego Power Functions Protocol [PR #336](https://github.com/z3t0/Arduino-IRremote/pull/336) + ## 2.2.0 - 2016/06/28 - Added support for ATmega8535 - Added support for ATmega16 diff --git a/library.json b/library.json index b62b0de..090578d 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/z3t0/Arduino-IRremote.git" }, - "version": "2.1.0", + "version": "2.2.1", "frameworks": "arduino", "platforms": "atmelavr", "authors" : diff --git a/library.properties b/library.properties index 3553dc1..15aabee 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=IRremote -version=2.0.1 +version=2.2.1 author=shirriff maintainer=shirriff sentence=Send and receive infrared signals with multiple protocols