Skip to content

Commit a614bcc

Browse files
committed
update library properties
1 parent 871bdc7 commit a614bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LCD-I2C",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository":
55
{
66
"type": "git",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=LCD-I2C
2-
version=1.0.0
2+
version=1.0.1
33
author=Frank Häfele <mail@frankhaefele.de>
44
maintainer=Frank Häfele <mail@frankhaefele.de>
55
sentence=C++ Library for Liquid Crystal Displays (LCD) with the Hitachi HD44780 display driver.
66
paragraph=The communication is realized by a PCF8574 remote 8 bit I/O Expander for I²c Bus.
77
category=Display
88
url=https://github.com/hasenradball/LCD-I2C
9-
architectures=*
9+
architectures=avr, esp8266, esp32, samd
1010
includes=LCD-I2C.h

0 commit comments

Comments
 (0)