We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3606506 + 18f3b40 commit 51f7c85Copy full SHA for 51f7c85
bindings/nodejs/hvps/package.json
@@ -26,5 +26,5 @@
26
"scripts": {
27
"test": "echo \"Error: no test specified\" && exit 1"
28
},
29
- "version": "0.0.30"
+ "version": "0.0.32"
30
}
bindings/nodejs/nodered/package.json
@@ -4,7 +4,7 @@
4
"url": "https://github.com/lobis/hvps/issues"
5
6
"dependencies": {
7
- "hvps": "0.0.30"
+ "hvps": "0.0.32"
8
9
"description": "node-red node for the HVPS python package",
10
"homepage": "https://github.com/lobis/hvps#readme",
@@ -23,5 +23,5 @@
23
24
25
src/hvps/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.0.30"
+__version__ = "0.0.32"
2
version = __version__
0 commit comments