Skip to content

Commit 5f116e3

Browse files
committed
switch to max release versioning
1 parent 565c34c commit 5f116e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.19"
63+
lightbug_http = ">=25.3.0"
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.20"
7+
version = "25.3.0"
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.20"
4+
version: "25.3.0"
55

66
package:
77
name: "lightbug_http"
8-
version: 0.1.20
8+
version: 25.3.0
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)