From 70bef68b7a030af1b26a8d56cd91fc89ee98a9f4 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Fri, 23 Aug 2024 15:21:09 +0200 Subject: [PATCH] Library version bumped to v2.0.2 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e710a9a..72452a3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "vscp-arduino", - "version": "2.0.0", + "version": "2.0.2", "keywords": "vscp, arduino-library, vscp-arduino, automation, home automation", "description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.", "repository": { diff --git a/library.properties b/library.properties index 8966351..8b7187e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=VSCP -version=2.0.0 +version=2.0.2 author=Andreas Merkle maintainer=Andreas Merkle sentence=Very Simple Control Protocol L1 framework for all Arduino boards.