Version 1.5.3

This commit is contained in:
Michael Woods 2023-01-24 23:01:15 -05:00
parent 46ffd940d7
commit 6e65ee3afd
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.2",
"version": "1.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onstar2mqtt",
"version": "1.5.2",
"version": "1.5.3",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.3",

View File

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