Skip to content

Commit

Permalink
updated to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kacerguis committed Feb 11, 2019
1 parent 2374a99 commit a0f8a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "honeywell2mqtt",
"version": "1.0.0",
"description": "Sends events from rtl_433 to MQTT server",
"version": "3.0.0",
"description": "Software defined radio tuned to listen for Honeywell RF security sensors at 345Mhz",
"main": "send.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: this app has no tests...bad dev, no donut!\" && exit 1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion send.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const mqtt = require('mqtt')
const fs = require('fs')

program
.version('0.2.0')
.version('3.0.0')
.option('-p, --packet <item>', 'JSON packet data (as string)')
.parse(process.argv)

Expand Down

0 comments on commit a0f8a95

Please sign in to comment.