Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Nov 9, 2023
1 parent f328260 commit 8e68b89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Code in a `function` node:

``` javascript
// suppose, test_flow = { prop: "value" }

let obj = flow.get("test_flow");
obj.prop = "new";
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ralphwetzel/node-red-context-monitor",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Node-RED node to monitor a context.",
"main": "monitor.js",
"scripts": {
Expand Down

0 comments on commit 8e68b89

Please sign in to comment.