From 7301ceaff58668fef44a79ec94972c8dc02cba93 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 9 Jan 2018 09:42:01 -0500 Subject: [PATCH] 0.19.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40b101c..6a9f3e0 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.18.0", + "version": "0.19.0", "author": "Julian Gautier", "license": "MIT", "homepage": "http://www.github.com/firmata/firmata.js",