From a17998b941fe10ef8d38b4c943d047fc774c1dac Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 18 Dec 2017 13:00:51 -0500 Subject: [PATCH] 0.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 882e75a..40b101c 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.17.0", + "version": "0.18.0", "author": "Julian Gautier", "license": "MIT", "homepage": "http://www.github.com/firmata/firmata.js",