diff --git a/library.json b/library.json index 9a88f39..731eb32 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Automaton", - "version": "1.0.2", + "version": "1.0.3", "keywords": "state, machine", "description": "A multi tasking table driven finite state machine framework for Arduino", "authors": diff --git a/library.properties b/library.properties index 6a2e1ea..5be8c05 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Automaton -version=1.0.2 +version=1.0.3 author=Tinkerspy maintainer=Tinkerspy sentence=A multi tasking table driven finite state machine framework