Skip to content

Commit

Permalink
v2.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 15, 2019
1 parent 488964d commit 9786fc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.0.0"
"version": "2.0.0-pre"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "firmata-monorepo",
"description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards.",
"private": true,
"version": "2.0.0",
"version": "2.0.0-pre",
"author": "Julian Gautier",
"license": "MIT",
"homepage": "http://www.github.com/firmata/firmata.js",
Expand Down
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.0.0-pre",
"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.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.0-pre",
"author": "Julian Gautier",
"license": "MIT",
"homepage": "http://www.github.com/firmata/firmata.js",
Expand Down

0 comments on commit 9786fc4

Please sign in to comment.