Skip to content

Commit 1d8a75c

Browse files
committed
0.1.17 release
1 parent 4174582 commit 1d8a75c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once you have a Mojo project set up locally,
6060

6161
```toml
6262
[dependencies]
63-
lightbug_http = ">=0.1.16"
63+
lightbug_http = ">=0.1.17"
6464
```
6565

6666
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located

recipes/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22

33
context:
4-
version: "0.1.16"
4+
version: "0.1.17"
55

66
package:
77
name: "lightbug_http"
8-
version: 0.1.16
8+
version: 0.1.17
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)