Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 6, 2020
1 parent 7a3bf62 commit 723cdae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion packages/firmata-io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/firmata-io/package.json
@@ -1,7 +1,7 @@
{
"name": "firmata-io",
"description": "Firmata protocol implementation",
"version": "2.0.0",
"version": "2.2.0",
"author": "Julian Gautier",
"license": "MIT",
"homepage": "http://www.github.com/firmata/firmata.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/firmata.js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.1",
"version": "2.2.0",
"author": "Julian Gautier",
"license": "MIT",
"homepage": "http://www.github.com/firmata/firmata.js",
Expand All @@ -11,7 +11,7 @@
},
"main": "./lib/firmata",
"dependencies": {
"firmata-io": "^2.0.0",
"firmata-io": "^2.2.0",
"serialport": "^8.0.5"
},
"scripts": {
Expand Down

0 comments on commit 723cdae

Please sign in to comment.