From e67b67297775d70b29afe3f81c459fa94d052ca2 Mon Sep 17 00:00:00 2001 From: renerocksai Date: Wed, 23 Jul 2025 20:25:23 +0200 Subject: [PATCH] fix zig version in README, bump zon version --- README.md | 6 +++--- build.zig.zon | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9338247..f9aa2cf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ proved to be: ## FAQ: - 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". - Q: **Can Zap build with Zig's master branch?** - See the `zig-master` branch. Please note that the zig-master branch is not @@ -266,7 +266,7 @@ code leaks memory. ## 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). ```shell @@ -279,7 +279,7 @@ $ # open http://localhost:3000 in your browser ## 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). If you don't have an existing zig project, create one like this: diff --git a/build.zig.zon b/build.zig.zon index 4a3b68d..58e9371 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .zap, - .version = "0.10.4", + .version = "0.10.5", .paths = .{ "build.zig", "build.zig.zon",