Skip to content

Commit

Permalink
fix bad package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 4, 2023
2 parents 87dbed4 + e013ad1 commit 015a156
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/nodejs/hvps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.28"
"version": "0.0.29"
}
8 changes: 4 additions & 4 deletions bindings/nodejs/nodered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"url": "https://github.com/lobis/hvps/issues"
},
"dependencies": {
"hvps": "0.0.27"
"hvps": "0.0.29"
},
"description": "node-red node for the HVPS python package",
"homepage": "https://github.com/lobis/hvps#readme",
"license": "BSD-3-Clause",
"main": "index.js",
"main": "hvps-nodered.js",
"name": "hvps-node-red",
"node-red": {
"nodes": {
"version": "0.0.27"
"hvps-nodered": "hvps-nodered.js"
}
},
"repository": {
Expand All @@ -23,5 +23,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.27"
"version": "0.0.29"
}
2 changes: 1 addition & 1 deletion src/hvps/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.28"
__version__ = "0.0.29"
version = __version__

0 comments on commit 015a156

Please sign in to comment.