Skip to content

Commit d669c5b

Browse files
committed
Change version of the library to v2.2.0.
1 parent eebb007 commit d669c5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "IRremoteESP8266",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"keywords": "infrared, ir, remote, esp8266",
55
"description": "Send and receive infrared signals with multiple protocols (ESP8266)",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IRremoteESP8266
2-
version=2.1.1
2+
version=2.2.0
33
author=Sebastien Warin, Mark Szabo, Ken Shirriff, David Conran
44
maintainer=Mark Szabo, David Conran, Sebastien Warin, Roi Dayan, Massimiliano Pinto
55
sentence=Send and receive infrared signals with multiple protocols (ESP8266)

src/IRremoteESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#endif
4747

4848
// Library Version
49-
#define _IRREMOTEESP8266_VERSION_ "2.1.1"
49+
#define _IRREMOTEESP8266_VERSION_ "2.2.0"
5050
// Supported IR protocols
5151
// Each protocol you include costs memory and, during decode, costs time
5252
// Disable (set to false) all the protocols you do not need/want!

0 commit comments

Comments
 (0)