From b61c5bb98ba443aa5d20d91476eef625c2888d6b Mon Sep 17 00:00:00 2001 From: Alexandre Ferreira de Lima Date: Wed, 12 Aug 2020 05:44:06 -0300 Subject: [PATCH] :zap: Update Version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 63686eb..0685d80 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Finite-State-Machine-Arduino", - "version": "1.0.2", + "version": "1.0.3", "description": "This is a state machine model, object oriented applied in C++ to be used in line tracking carts (Arduino UNO)", "keywords": "finite-state-machine, state-machine, state-management, arduino-uno, arduino, arduino-library, line-following, car, oop", "authors": diff --git a/library.properties b/library.properties index 777898b..1d551b7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Finite-State-Machine-Arduino -version=1.0.2 +version=1.0.3 author=Arekushi maintainer=Arekushi sentence=With that we can create proper states for objects.