Skip to content

Commit

Permalink
0.15.0 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Aug 30, 2024
1 parent a2f0bce commit 2a01a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
A Roc [platform](https://github.com/roc-lang/roc/wiki/Roc-concepts-explained#platform) to work with files, commands, HTTP, TCP, command line arguments,...

:eyes: **examples**:
- [0.15.x](https://github.com/roc-lang/basic-cli/tree/0.15.0/examples)
- [0.14.x](https://github.com/roc-lang/basic-cli/tree/0.14.0/examples)
- [0.13.x](https://github.com/roc-lang/basic-cli/tree/0.13.0/examples)
- [0.12.x](https://github.com/roc-lang/basic-cli/tree/0.12.0/examples)
- [latest main branch](https://github.com/roc-lang/basic-cli/tree/main/examples)

:book: **documentation**:
- [0.15.x](https://github.com/roc-lang/basic-cli/tree/0.15.0/examples)
- [0.14.x](https://www.roc-lang.org/packages/basic-cli/0.14.0)
- [0.13.x](https://www.roc-lang.org/packages/basic-cli/0.13.0)
- [0.12.x](https://www.roc-lang.org/packages/basic-cli/0.12.0)
- [latest main branch](https://www.roc-lang.org/packages/basic-cli)

## Running locally
Expand Down
2 changes: 1 addition & 1 deletion platform/main.roc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mainForHost =
$(Inspect.toStr err)
Tip: If you do not want to exit on this error, use `Task.mapErr` to handle the error.
Docs for `Task.mapErr`: <https://www.roc-lang.org/packages/basic-cli/Task#mapErr>
Docs for `Task.mapErr`: <https://www.roc-lang.org/packages/basic-cli/0.15.0/Task#mapErr>
"""
|> Task.onErr \_ -> Task.err 1
|> Task.await \_ -> Task.err 1

0 comments on commit 2a01a72

Please sign in to comment.