Skip to content

Commit

Permalink
Bumping to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaffooClock committed Oct 27, 2023
1 parent 8ecd5ba commit eacb98b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ There are a few ways, choose whichever you prefer (pick **one**, don't do all th

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

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

- Use the command line interface:
```shell
cd MyProject
pio pkg install --library "MaffooClock/ESP32RotaryEncoder@^1.0.2"
pio pkg install --library "MaffooClock/ESP32RotaryEncoder@^1.0.3"
```

#### Arduino IDE
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ESP32RotaryEncoder",
"keywords": "arduino, rotary encoder, button, gpio, interrupts",
"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.",
"version": "1.0.2",
"version": "1.0.3",
"authors": [
{
"name": "Matthew Clark",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP32RotaryEncoder
version=1.0.2
version=1.0.3
author=Matthew Clark
maintainer=Matthew Clark
sentence=Use a rotary encoder with your ESP32 easily!
Expand Down

0 comments on commit eacb98b

Please sign in to comment.