Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhendrey committed Oct 8, 2024
1 parent 2d4ad23 commit 8af0b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ with 10 ms temporal separation.
```json
> .init -f example/generate.json
{
"delayMs": 10,
"delayMs": 250,
"generated":"${[1..10]~>$generate(delayMs)}"
}
```
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": "stated-js",
"version": "0.1.39",
"version": "0.1.40",
"license": "Apache-2.0",
"description": "JSONata embedded in JSON",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit 8af0b8e

Please sign in to comment.