Version 1.2.0

This commit is contained in:
Michael Woods 2021-06-11 10:15:41 -04:00
parent bd331a477c
commit fd1e7c2b63
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.2",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.1",

View File

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