Skip to content

Commit e7710b9

Browse files
committed
release 0.1.5
1 parent f10c091 commit e7710b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have a Mojo project set up locally,
5858
2. Add `lightbug_http` as a dependency:
5959
```toml
6060
[dependencies]
61-
lightbug_http = ">=0.1.4"
61+
lightbug_http = ">=0.1.5"
6262
```
6363
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located
6464
4. Lightbug should now be installed as a dependency. You can import all the default imports at once, e.g:

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"]
7-
version = "0.1.4"
7+
version = "0.1.5"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ context:
55

66
package:
77
name: "lightbug_http"
8-
version: 0.1.4
8+
version: 0.1.5
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)