Skip to content

Commit abf9d5a

Browse files
committed
Bumping to v1.1.1
1 parent ee1e904 commit abf9d5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ There are a few ways, choose whichever you prefer (pick **one**, don't do all th
3333

3434
- Search the [Library Registry](https://registry.platformio.org/search?t=library) for `MaffooClock/ESP32RotaryEncoder` and install it automatically.
3535

36-
- Edit your [platformio.ini](https://docs.platformio.org/en/latest/projectconf/index.html) file and add `MaffooClock/ESP32RotaryEncoder@^1.1.0` to your [`lib_deps`](https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_deps.html) stanza.
36+
- Edit your [platformio.ini](https://docs.platformio.org/en/latest/projectconf/index.html) file and add `MaffooClock/ESP32RotaryEncoder@^1.1.1` to your [`lib_deps`](https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_deps.html) stanza.
3737

3838
- Use the command line interface:
3939
```shell
4040
cd MyProject
41-
pio pkg install --library "MaffooClock/ESP32RotaryEncoder@^1.1.0"
41+
pio pkg install --library "MaffooClock/ESP32RotaryEncoder@^1.1.1"
4242
```
4343

4444
#### Arduino IDE

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ESP32RotaryEncoder",
33
"keywords": "arduino, rotary encoder, button, gpio, interrupts",
44
"description": "ESP32RotaryEncoder is a small library that makes implementing a rotary encoder on ESP32 easy. It uses interrupts for instant detection of knob turns or button presses without blocking or other delays.",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"authors": [
77
{
88
"name": "Matthew Clark",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32RotaryEncoder
2-
version=1.1.0
2+
version=1.1.1
33
author=Matthew Clark
44
maintainer=Matthew Clark
55
sentence=Use a rotary encoder with your ESP32 easily!

0 commit comments

Comments
 (0)