From 3b2393284315de939105a0c11df50be1471f6cfe Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Wed, 8 Apr 2020 17:47:51 +0200 Subject: [PATCH] library.properties version 1.0.5 to apply rewording of description --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index e4d69af..51ecb70 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=StreamLib -version=1.0.4 +version=1.0.5 author=Juraj Andrassy maintainer=Juraj Andrassy sentence=BufferedPrint stream for efficient networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting string from F macro.