From 2206f2605443478745ff05d28cde725b159346ae Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Sat, 4 Jun 2022 17:50:49 -0700 Subject: [PATCH] v1.5.2 updates --- RELEASE.md | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 684f8c5..3c85257 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -84,7 +84,7 @@ initialization or through a function call. display.flipDisplay(true); ``` -## v1.5.1 - Bug Fix for showNumber Negative Numbers +## v1.5.2 - Bug Fix for showNumber Negative Numbers - Fix showNumber() but for negative numbers. Solves issues #17 (thanks to @otpfiste). - Fix showNumber() overflow condition for numbers (positive and negative) that do not fit within display length. ```cpp diff --git a/library.properties b/library.properties index 6cdc8df..b849889 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TM1637TinyDisplay -version=1.5.1 +version=1.5.2 author=Jason Cox maintainer=Jason Cox sentence=A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.