Version 1.2.1

This commit is contained in:
Michael Woods 2021-06-11 10:41:20 -04:00
parent e161d1456d
commit 26aae86af8
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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