Update changelog and version info

This commit is contained in:
Philipp Henkel
2016-07-27 07:25:52 +02:00
parent 074b3cc6fc
commit a31fcd0cc4
4 changed files with 6 additions and 3 deletions

View File

@@ -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/). 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 ## Installation
1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page. 1. Navigate to the [Releases](https://github.com/z3t0/Arduino-IRremote/releases) page.

View File

@@ -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 ## 2.2.0 - 2016/06/28
- Added support for ATmega8535 - Added support for ATmega8535
- Added support for ATmega16 - Added support for ATmega16

View File

@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/z3t0/Arduino-IRremote.git" "url": "https://github.com/z3t0/Arduino-IRremote.git"
}, },
"version": "2.1.0", "version": "2.2.1",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "atmelavr", "platforms": "atmelavr",
"authors" : "authors" :

View File

@@ -1,5 +1,5 @@
name=IRremote name=IRremote
version=2.0.1 version=2.2.1
author=shirriff author=shirriff
maintainer=shirriff maintainer=shirriff
sentence=Send and receive infrared signals with multiple protocols sentence=Send and receive infrared signals with multiple protocols