Increase version for NPM-specific fix

I had local changes to the example script that inadvertently were pushed to npm as part of 1.6.0, so that release on npm didn't match the repo's contents.
This commit is contained in:
2020-07-15 20:58:41 -05:00
parent c36e4cbaa2
commit ab36d17a38

View File

@ -1,7 +1,7 @@
{
"name": "node-screenlogic",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "1.6.0",
"version": "1.6.0-1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-screenlogic.git",