Skip to content

Commit 1aeaa26

Browse files
author
Noah Andrews
authored
Merge pull request #10 from REVrobotics/update-CANBridge
2 parents b608ae0 + b5dcc7b commit 1aeaa26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rev-robotics/can-bridge",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"author": "REV Robotics",
55
"description": "Access CAN Data from a USB device in Node.js",
66
"license": "MIT",

scripts/download-CanBridge.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as path from "path";
33
import axios from 'axios';
44
import AdmZip from 'adm-zip';
55

6-
const canBridgeTag = "v2.1.0";
6+
const canBridgeTag = "v2.2.0";
77
const canBridgeReleaseAssetUrlPrefix = `https://github.com/REVrobotics/CANBridge/releases/download/${canBridgeTag}`;
88

99
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';

0 commit comments

Comments
 (0)