Skip to content

Commit 7fac29f

Browse files
Set version to 1.2.0.
1 parent bc42d61 commit 7fac29f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Infrared
2-
version=1.1.1
2+
version=1.2.0
33
author=Bengt Martensson <[email protected]>
44
maintainer=Bengt Martensson <[email protected]>
55
sentence=An object oriented library for sending, receiving, generating, and decoding IR signals on the Arduino.

src/version.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// This file was automatically generated from library.properties; do not edit.
2+
#pragma once
3+
/**
4+
* Version of the current library.
5+
* Taken from the version in library.properties.
6+
*/
7+
#define VERSION "1.2.0"

0 commit comments

Comments
 (0)