Skip to content

Commit fce45b3

Browse files
committed
WIP
1 parent 45b7752 commit fce45b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ This command will download Chilli and add it to Zig's global cache and update yo
5959
Zig version supported by the main releases of Chilli:
6060

6161
| Zig | Chilli Tags |
62-
|----------|----------|
63-
| `0.16.0` | `v0.4.x` |
64-
| `0.15.x` | `v0.2.x` |
62+
|----------|-------------|
63+
| `0.16.0` | `v0.3.x` |
64+
| `0.15.x` | `v0.2.x` |
6565

6666
The `main` branch normally tracks the latest (non-developmental) Zig release.
6767

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .chilli,
3-
.version = "0.4.0",
3+
.version = "0.3.1",
44
.fingerprint = 0x6c259741ae4f5f73, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.16.0",
66
.paths = .{

0 commit comments

Comments
 (0)