Version 1.5.2

This commit is contained in:
Michael Woods 2022-11-10 08:08:52 -05:00
parent 7f48f6b356
commit ab4e5c7f24
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "onstar2mqtt",
"version": "1.5.1",
"version": "1.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onstar2mqtt",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.3",

View File

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