Skip to content

Commit 2a01a72

Browse files
committed
0.15.0 release updates
1 parent a2f0bce commit 2a01a72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
A Roc [platform](https://github.com/roc-lang/roc/wiki/Roc-concepts-explained#platform) to work with files, commands, HTTP, TCP, command line arguments,...
44

55
:eyes: **examples**:
6+
- [0.15.x](https://github.com/roc-lang/basic-cli/tree/0.15.0/examples)
67
- [0.14.x](https://github.com/roc-lang/basic-cli/tree/0.14.0/examples)
78
- [0.13.x](https://github.com/roc-lang/basic-cli/tree/0.13.0/examples)
8-
- [0.12.x](https://github.com/roc-lang/basic-cli/tree/0.12.0/examples)
99
- [latest main branch](https://github.com/roc-lang/basic-cli/tree/main/examples)
1010

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

1717
## Running locally

platform/main.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mainForHost =
4444
$(Inspect.toStr err)
4545
4646
Tip: If you do not want to exit on this error, use `Task.mapErr` to handle the error.
47-
Docs for `Task.mapErr`: <https://www.roc-lang.org/packages/basic-cli/Task#mapErr>
47+
Docs for `Task.mapErr`: <https://www.roc-lang.org/packages/basic-cli/0.15.0/Task#mapErr>
4848
"""
4949
|> Task.onErr \_ -> Task.err 1
5050
|> Task.await \_ -> Task.err 1

0 commit comments

Comments
 (0)