Skip to content

Commit 3c4fc7b

Browse files
committed
Merge pull request Arduino-IRremote#223 from PaoloP74/master
Update version to 2.0.1
2 parents 26560e5 + d7a4c4e commit 3c4fc7b

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

IRremote.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//******************************************************************************
22
// IRremote
3-
// Version 0.11 August, 2009
3+
// Version 2.0.1 June, 2015
44
// Copyright 2009 Ken Shirriff
55
// For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
66
//

IRremote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
//******************************************************************************
33
// IRremote
4-
// Version 0.1 July, 2009
4+
// Version 2.0.1 June, 2015
55
// Copyright 2009 Ken Shirriff
66
// For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
77
// Edited by Mitra to add new controller SANYO

IRremoteInt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//******************************************************************************
22
// IRremote
3-
// Version 0.1 July, 2009
3+
// Version 2.0.1 June, 2015
44
// Copyright 2009 Ken Shirriff
55
// For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
66
//

keywords.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ sendSharpRaw KEYWORD2
3232
sendPanasonic KEYWORD2
3333
sendJVC KEYWORD2
3434

35-
#
3635
#######################################
3736
# Constants (LITERAL1)
3837
#######################################

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IRremote
2-
version=1.0
2+
version=2.0.1
33
author=shirriff
44
maintainer=shirriff
55
sentence=Send and receive infrared signals with multiple protocols

0 commit comments

Comments
 (0)