Skip to content

Commit e797e2e

Browse files
committed
bump release version
1 parent 2bd4ee8 commit e797e2e

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
@@ -60,7 +60,7 @@ Once you have a Mojo project set up locally,
6060

6161
```toml
6262
[dependencies]
63-
lightbug_http = ">=0.1.9"
63+
lightbug_http = ">=0.1.10"
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"]
7-
version = "0.1.9"
7+
version = "0.1.10"
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.9
8+
version: 0.1.10
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)