diff --git a/lerna.json b/lerna.json index 6a3fd7a..3401bda 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0" + "version": "2.0.1" } diff --git a/packages/firmata.js/package.json b/packages/firmata.js/package.json index 72ca8aa..09c2af4 100644 --- a/packages/firmata.js/package.json +++ b/packages/firmata.js/package.json @@ -1,7 +1,7 @@ { "name": "firmata", "description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards. Includes Serialport", - "version": "2.0.0", + "version": "2.0.1", "author": "Julian Gautier", "license": "MIT", "homepage": "http://www.github.com/firmata/firmata.js",