From 315cf04f000b0071852896cd68f178027b7edb7f Mon Sep 17 00:00:00 2001 From: Michael Klein <37311672+MKleinSB@users.noreply.github.com> Date: Sun, 21 May 2023 22:48:12 +0200 Subject: [PATCH] 0.0.6 --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 7057325..727dbd7 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "pxt-oled-ssd1306", - "version": "0.0.5", + "version": "0.0.6", "description": "Driver for I2C SSD1306/SSD1308 OLED-Displays with german Characters extension", "dependencies": { "core": "*"