Skip to content

Commit 51f7c85

Browse files
committed
Merge remote-tracking branch 'origin/main'
* origin/main: Update version to 0.0.32
2 parents 3606506 + 18f3b40 commit 51f7c85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bindings/nodejs/hvps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"scripts": {
2727
"test": "echo \"Error: no test specified\" && exit 1"
2828
},
29-
"version": "0.0.30"
29+
"version": "0.0.32"
3030
}

bindings/nodejs/nodered/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/lobis/hvps/issues"
55
},
66
"dependencies": {
7-
"hvps": "0.0.30"
7+
"hvps": "0.0.32"
88
},
99
"description": "node-red node for the HVPS python package",
1010
"homepage": "https://github.com/lobis/hvps#readme",
@@ -23,5 +23,5 @@
2323
"scripts": {
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
26-
"version": "0.0.30"
26+
"version": "0.0.32"
2727
}

src/hvps/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.30"
1+
__version__ = "0.0.32"
22
version = __version__

0 commit comments

Comments
 (0)