Skip to content

Commit b8b87e4

Browse files
committed
update version number
1 parent a4c8045 commit b8b87e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rotaryDecoder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// FILE: rotaryDecoder.h
44
// AUTHOR: Rob Tillaart
5-
// VERSION: 0.1.0
5+
// VERSION: 0.1.1
66
// DATE: 2021-05-08
77
// PURPOSE: rotary decoder library for Arduino
88
// URL: https://github.com/RobTillaart/rotaryDecoder
@@ -11,7 +11,7 @@
1111
#include "Arduino.h"
1212
#include "Wire.h"
1313

14-
#define ROTARY_DECODER_LIB_VERSION (F("0.1.0"))
14+
#define ROTARY_DECODER_LIB_VERSION (F("0.1.1"))
1515

1616

1717
class rotaryDecoder

0 commit comments

Comments
 (0)