From 74f8e4bbf1d7c5d15227cade59cde05ec9f876bd Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn <dani.eichhorn@squix.ch> Date: Wed, 15 Feb 2017 19:25:02 -0200 Subject: [PATCH] Prepare for 3.2.6 release --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 64fc812..36db1ab 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "ESP8266_SSD1306", - "version": "3.2.5", + "version": "3.2.6", "keywords": "ssd1306, oled, display, i2c", - "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266", + "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32", "repository": { "type": "git", -- GitLab