Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
* origin/main:
  Update version to 0.0.32
  • Loading branch information
lobis committed Jul 4, 2023
2 parents 3606506 + 18f3b40 commit 51f7c85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.30"
"version": "0.0.32"
}
4 changes: 2 additions & 2 deletions bindings/nodejs/nodered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/lobis/hvps/issues"
},
"dependencies": {
"hvps": "0.0.30"
"hvps": "0.0.32"
},
"description": "node-red node for the HVPS python package",
"homepage": "https://github.com/lobis/hvps#readme",
Expand All @@ -23,5 +23,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.30"
"version": "0.0.32"
}
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.30"
__version__ = "0.0.32"
version = __version__

0 comments on commit 51f7c85

Please sign in to comment.