Version 1.4.1

This commit is contained in:
Michael Woods 2022-06-22 20:55:56 -04:00
parent 9a5daf33c7
commit 2e5f9621f8
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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