Skip to content

Commit 2080f9d

Browse files
committed
Unify version information
1 parent 5882148 commit 2080f9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

KY040.pdf

-173 KB
Binary file not shown.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=KY040
2-
version=1.0.2
2+
version=1.0.3
33
author=codingABI
44
maintainer=codingABI
55
sentence=Library for KY-040 rotary encoders with debouncing, polling and interrupt mode

src/KY040.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
* @author codingABI https://github.com/codingABI/
4343
* @copyright 2-Clause BSD License
4444
* @file KY040.h
45-
* @version 1.0.2
45+
* @version 1.0.3
4646
*/
4747
#pragma once
4848

4949
/** Library version */
50-
#define KY040_VERSION "1.0.2"
50+
#define KY040_VERSION "1.0.3"
5151

5252
#include <Arduino.h>
5353

0 commit comments

Comments
 (0)