From 0df36e41e7eb3e58b0a93b423f7c96a8ee7e693c Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn <dani.eichhorn@squix.ch> Date: Sun, 18 Mar 2018 08:34:29 +0100 Subject: [PATCH] Prepare for next release --- library.json | 6 +++--- library.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 862d171..bd56922 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP8266_SSD1306", - "version": "3.2.7", + "version": "4.0.0", "keywords": "ssd1306, oled, display, i2c", "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", "repository": @@ -11,9 +11,9 @@ "authors": [ { - "name": "Daniel Eichhorn", + "name": "Daniel Eichhorn, ThingPulse", "email": "squix78@gmail.com", - "url": "http://blog.squix.ch" + "url": "https://thingpulse.com" }, { "name": "Fabrice Weinberg", diff --git a/library.properties b/library.properties index 87ea290..5e32ef2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 and ESP32 Oled Driver for SSD1306 display -version=3.2.7 +version=4.0.0 author=Daniel Eichhorn, Fabrice Weinberg maintainer=Daniel Eichhorn <squix78@gmail.com> sentence=A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32 -- GitLab