From 38952f840582c1d45fdff06ce0c22534001f7336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 23 Dec 2017 09:57:07 +0100 Subject: [PATCH] version bump --- TinyFrame.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TinyFrame.h b/TinyFrame.h index a4d92df..45cbbcf 100644 --- a/TinyFrame.h +++ b/TinyFrame.h @@ -3,14 +3,14 @@ /** * TinyFrame protocol library - * - * (c) Ondřej Hruška 2017, MIT License + * + * (c) Ondřej Hruška 2017, MIT License * no liability/warranty, free for any use, must retain this notice & license - * + * * Upstream URL: https://github.com/MightyPork/TinyFrame */ -#define TF_VERSION "2.0.1" +#define TF_VERSION "2.0.2" //--------------------------------------------------------------------------- #include // for uint8_t etc