Skip to content

Commit 3aae65f

Browse files
committed
bump version to 0.26.1.2
1 parent eada410 commit 3aae65f

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

5959
```toml
6060
[dependencies]
61-
lightbug_http = ">=0.26.1.1,<0.26.2"
61+
lightbug_http = ">=0.26.1.2,<0.26.2"
6262
```
6363

6464
3. Run `pixi install` at the root of your project, where `pixi.toml` is located

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_and_publish = [{ task = "build" }, { task = "publish" }]
3434

3535
[package]
3636
name = "lightbug_http"
37-
version = "0.26.1.1"
37+
version = "0.26.1.2"
3838

3939
[package.build]
4040
backend = { name = "pixi-build-mojo", version = "*" }

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.26.1.1"
4+
version: "0.26.1.2"
55

66
package:
77
name: "lightbug_http"
8-
version: 0.26.1.1
8+
version: 0.26.1.2
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)