From 5d0918f8a0142af3cdd14c7421be785f3d727772 Mon Sep 17 00:00:00 2001 From: Pavel Veretennikov Date: Tue, 5 Sep 2017 23:54:33 +0300 Subject: [PATCH 1/2] Bump version's minor --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": From bbdecaf0f29de8ee9438114daa143a70e7df63f9 Mon Sep 17 00:00:00 2001 From: Pavel Veretennikov Date: Tue, 5 Sep 2017 23:56:16 +0300 Subject: [PATCH 2/2] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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