Skip to content

Commit 0df36e4

Browse files
committed
Prepare for next release
1 parent 85fa4d2 commit 0df36e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP8266_SSD1306",
3-
"version": "3.2.7",
3+
"version": "4.0.0",
44
"keywords": "ssd1306, oled, display, i2c",
55
"description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32",
66
"repository":
@@ -11,9 +11,9 @@
1111
"authors":
1212
[
1313
{
14-
"name": "Daniel Eichhorn",
14+
"name": "Daniel Eichhorn, ThingPulse",
1515
"email": "squix78@gmail.com",
16-
"url": "http://blog.squix.ch"
16+
"url": "https://thingpulse.com"
1717
},
1818
{
1919
"name": "Fabrice Weinberg",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 and ESP32 Oled Driver for SSD1306 display
2-
version=3.2.7
2+
version=4.0.0
33
author=Daniel Eichhorn, Fabrice Weinberg
44
maintainer=Daniel Eichhorn <squix78@gmail.com>
55
sentence=A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32

0 commit comments

Comments
 (0)