Version 1.1.2

This commit is contained in:
Michael Woods 2021-06-10 23:45:08 -04:00
parent ec1cacd253
commit 6abe18eb21
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "onstar2mqtt",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.1",

View File

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