From bb13fa8c89e33503c8400db5c3f6dcf89c056884 Mon Sep 17 00:00:00 2001 From: Mike Matera Date: Wed, 4 Apr 2018 08:00:11 -0700 Subject: [PATCH] New version adds the ability to change serial ports. --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index e392dbb9..464d0ce3 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ArduinoSTL -version=1.0.5 +version=1.1.0 author=Mike Matera maintainer=Mike Matera sentence=A port of uClibc++ packaged as an Arduino library. -paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithms. +paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm. category=Other url=https://github.com/mike-matera/ArduinoSTL architectures=avr,samd