Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 3251cde

Browse files
committed
bump to 0.1.19
1 parent d0843af commit 3251cde

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.18"
63+
lightbug_http = ">=0.1.19"
6464
```
6565

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

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix
44
description = "Simple and fast HTTP framework for Mojo!"
55
name = "lightbug_http"
66
platforms = ["osx-arm64", "linux-64", "linux-aarch64"]
7-
version = "0.1.18"
7+
version = "0.1.19"
88

99
[tasks]
1010
build = { cmd = "rattler-build build --recipe recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }

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.18"
4+
version: "0.1.19"
55

66
package:
77
name: "lightbug_http"
8-
version: 0.1.18
8+
version: 0.1.19
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)