Version 1.3.2

This commit is contained in:
Michael Woods 2022-01-27 11:01:54 -05:00
parent d82fe12f63
commit bdaf8f726e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "onstar2mqtt",
"version": "1.3.1",
"version": "1.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "onstar2mqtt",
"version": "1.3.1",
"version": "1.3.2",
"description": "OnStarJS wrapper for MQTT",
"main": "src/index.js",
"scripts": {