1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fix zig version in README, bump zon version

This commit is contained in:
renerocksai 2025-07-23 20:25:23 +02:00
parent dabd0637f9
commit e67b672977
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ proved to be:
## FAQ: ## FAQ:
- Q: **What version of Zig does Zap support?** - Q: **What version of Zig does Zap support?**
- Zap uses the latest stable zig release (0.14.0), so you don't have to keep - Zap uses the latest stable zig release (0.14.1), so you don't have to keep
up with frequent breaking changes. It's an "LTS feature". up with frequent breaking changes. It's an "LTS feature".
- Q: **Can Zap build with Zig's master branch?** - Q: **Can Zap build with Zig's master branch?**
- See the `zig-master` branch. Please note that the zig-master branch is not - See the `zig-master` branch. Please note that the zig-master branch is not
@ -266,7 +266,7 @@ code leaks memory.
## Getting started ## Getting started
Make sure you have **zig 0.14.0** installed. Fetch it from Make sure you have **zig 0.14.1** installed. Fetch it from
[here](https://ziglang.org/download). [here](https://ziglang.org/download).
```shell ```shell
@ -279,7 +279,7 @@ $ # open http://localhost:3000 in your browser
## Using ⚡zap⚡ in your own projects ## Using ⚡zap⚡ in your own projects
Make sure you have **the latest zig release (0.14.0)** installed. Fetch it from Make sure you have **the latest zig release (0.14.1)** installed. Fetch it from
[here](https://ziglang.org/download). [here](https://ziglang.org/download).
If you don't have an existing zig project, create one like this: If you don't have an existing zig project, create one like this:

View file

@ -1,6 +1,6 @@
.{ .{
.name = .zap, .name = .zap,
.version = "0.10.4", .version = "0.10.5",
.paths = .{ .paths = .{
"build.zig", "build.zig",
"build.zig.zon", "build.zig.zon",