From 915cdbc8ef5526481c2e6c8696ccafe61f9548cf Mon Sep 17 00:00:00 2001 From: David Kebler Date: Fri, 21 Feb 2020 20:24:12 -0800 Subject: [PATCH] 0.1.42 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf3805e..5a24740 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uci/mcp", "main": "src", - "version": "0.1.41", + "version": "0.1.42", "description": "Classes and Helper Functions for using the MCP chip on I2C Bus", "scripts": { "outputs": "./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/outputs",