Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AKJ7 committed Dec 31, 2023
1 parent 7cf3056 commit 801c421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct DisplayDigit
Tested on my Arduino Uno. Should work on every controller board that supports the Arduino platform.


## Contribution
## Contributions

Since i am very lazy, feel free to contribute. Pull Requests get added faster ;-)

Expand All @@ -130,3 +130,4 @@ Many thanks to these contributors:
- [andrewerrington](https://github.com/andrewerrington)
- [jcmadrioso](https://github.com/jcmadrioso)
- [Kostyantyn Matviyevskyy](https://github.com/kostyamat)
- [vortigont](https://github.com/vortigont)
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": "TM1637 Driver",
"frameworks": "arduino",
"platforms": ["avr", "espressif8266", "espressif32"],
"version": "2.2.0",
"version": "2.2.1",
"keywords": "tm1637, TM1637, Display, Animation",
"description": "Features: -Display integers, float, string with only one function. -Nonblocking animation: Blink, scrollLeft, fadeIn, fadeOut -Customizable offset, pad, overflow. -Custom raw value display. -Tunable brightness. -Screen clearing and splitting. Visit https://github.com/AKJ7/TM1637 for more information.",
"url": "https://github.com/AKJ7/TM1637",
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=TM1637 Driver
version=2.2.0
version=2.2.1
author=AKJ <akj123429@gmail.com>
maintainer=AKJ <akj123429@gmail.com>
sentence=Feature-full and simple TM1637 library with nonblocking animation support
Expand Down

0 comments on commit 801c421

Please sign in to comment.