From 7a3bf62a7cc01f7d8139e5fe9f26fbab17c8235b Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 6 Jan 2020 10:27:20 -0500 Subject: [PATCH] Correction: v2.1.0, not v3.0.0! There is no surface API breakage, therefore we're not making a major version change. --- lerna.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 949857c..957cefe 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.0.0" + "version": "2.1.0" } diff --git a/package.json b/package.json index 123e0a3..cf33f4e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "firmata-monorepo", "description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards.", "private": true, - "version": "3.0.0", + "version": "2.1.0", "author": "Julian Gautier", "license": "MIT", "homepage": "http://www.github.com/firmata/firmata.js",