Skip to content

Commit f751540

Browse files
committed
Bump version
1 parent 2b9fc3c commit f751540

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

library.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "ESP8266_SSD1306",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"keywords": "ssd1306, oled, display, i2c",
5-
"description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32",
5+
"description": "I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS",
66
"repository":
77
{
88
"type": "git",
9-
"url": "https://github.com/squix78/esp8266-oled-ssd1306.git"
9+
"url": "https://github.com/ThingPulse/esp8266-oled-ssd1306"
1010
},
1111
"authors":
1212
[

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name=ESP8266 and ESP32 Oled Driver for SSD1306 display
2-
version=4.0.0
1+
name=ESP8266, ESP32 and Mbed-OS OLED Driver for SSD1306 displays
2+
version=4.1.0
33
author=ThingPulse, Fabrice Weinberg
44
maintainer=ThingPulse <[email protected]>
5-
sentence=A I2C/SPI display driver for SSD1306 OLED displays connected to ESP8266 or ESP32
5+
sentence=I2C display driver for SSD1306 OLED displays connected to ESP8266/ESP32/Mbed-OS
66
paragraph=The following geometries are currently supported: 128x64, 128x32, 64x48. The init sequence was inspired by Adafruit's library for the same display.
77
category=Display
88
url=https://github.com/ThingPulse/esp8266-oled-ssd1306

0 commit comments

Comments
 (0)