From 9e7a617bd44136f5f49a4a99af059d622072e636 Mon Sep 17 00:00:00 2001 From: Patrick Grawehr Date: Sun, 2 Jul 2023 14:11:14 +0200 Subject: [PATCH] Update Version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index ac9dd71..1c69c8d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/firmata/ConfigurableFirmata.git" }, - "version": "3.0.0", + "version": "3.1.0", "exclude": [ "extras", "test" diff --git a/library.properties b/library.properties index f2aa8d9..fe1b2b5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ConfigurableFirmata -version=3.0.0 +version=3.1.0 author=Firmata Developers maintainer=https://github.com/firmata/ConfigurableFirmata sentence=This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board.