Skip to content

Commit

Permalink
Bump version of jsonutil
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Aug 2, 2024
1 parent 1fa61e9 commit c9c147e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ The code has been updated to support compiler:

```bash
$ moon version --all
moon 0.1.20240726 (67f143f 2024-07-26) ~/.moon/bin/moon
moonc v0.1.20240729+3efb92d5a ~/.moon/bin/moonc
moon 0.1.20240802 (be3ee4c 2024-08-02) ~/.moon/bin/moon
moonc v0.1.20240802+b0ab1523a ~/.moon/bin/moonc
moonrun 0.1.20240716 (08bce9c 2024-07-16) ~/.moon/bin/moonrun
```

Expand Down
4 changes: 2 additions & 2 deletions moon.mod.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "extism/moonbit-pdk",
"version": "0.30.0",
"version": "0.31.0",
"deps": {
"gmlewis/jsonutil": "0.20.0"
"gmlewis/jsonutil": "0.21.0"
},
"readme": "README.md",
"repository": "https://github.com/extism/moonbit-pdk",
Expand Down

0 comments on commit c9c147e

Please sign in to comment.