Skip to content

Commit

Permalink
docs: tweak version example
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Sep 20, 2024
1 parent 77b3a17 commit b3ddd44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual-zh/src/module/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```json
{
"name": "example",
"version": "1.0.0",
"version": "0.1.0",
...
}
```
2 changes: 1 addition & 1 deletion docs/manual/src/module/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This field is optional. For modules published to [mooncakes.io](https://mooncake
```json
{
"name": "example",
"version": "1.0.0",
"version": "0.1.0",
...
}
```

0 comments on commit b3ddd44

Please sign in to comment.