From 763a67127b6b12461c070018000fb772bbc6a0a6 Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg <Fabrice@weinberg.me> Date: Sat, 9 Jul 2016 19:00:17 +0200 Subject: [PATCH] Preparing for 3.2.3 release --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 16fe3ce..7001fba 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP8266_SSD1306", - "version": "3.2.2", + "version": "3.2.3", "keywords": "ssd1306, oled, display, i2c", "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266", "repository": diff --git a/library.properties b/library.properties index 13644d5..81174d5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Oled Driver for SSD1306 display -version=3.2.2 +version=3.2.3 author=Daniel Eichhorn, Fabrice Weinberg maintainer=Daniel Eichhorn <squix78@gmail.com> sentence=A I2C display driver for SSD1306 oled displays connected to an ESP8266 -- GitLab