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.28

# Conflicts:
#	bindings/nodejs/nodered/package.json
  • Loading branch information
lobis committed Jul 4, 2023
2 parents 741ec34 + 19b80fc commit f9d660d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.27"
"version": "0.0.28"
}
2 changes: 1 addition & 1 deletion 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.27"
"version": "0.0.27"
},
"description": "node-red node for the HVPS python package",
"homepage": "https://github.com/lobis/hvps#readme",
Expand Down
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.27"
__version__ = "0.0.28"
version = __version__

0 comments on commit f9d660d

Please sign in to comment.