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.24
  Update version to 0.0.23
  • Loading branch information
lobis committed Jul 4, 2023
2 parents 0b29f3d + 8eaec3e commit db59aeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.21"
"version": "0.0.24"
}
6 changes: 3 additions & 3 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.21"
"version": "0.0.24"
},
"description": "node-red node for the HVPS python package",
"homepage": "https://github.com/lobis/hvps#readme",
Expand All @@ -13,7 +13,7 @@
"name": "hvps-node-red",
"node-red": {
"nodes": {
"hvps": "hvps-nodered.js"
"version": "0.0.24"
}
},
"repository": {
Expand All @@ -23,5 +23,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.21"
"version": "0.0.24"
}
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.22"
__version__ = "0.0.24"
version = __version__

0 comments on commit db59aeb

Please sign in to comment.