From e1ca0a7ec1913b727a9a788409689c20220e24f9 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 9 Jan 2018 09:49:34 -0500 Subject: [PATCH] 0.19.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a9f3e0..cd465b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "firmata", "description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards.", - "version": "0.19.0", + "version": "0.19.1", "author": "Julian Gautier", "license": "MIT", "homepage": "http://www.github.com/firmata/firmata.js",