From cf666d6137b85dfa5353b275c1b46b421f646f3f Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Sat, 18 Jan 2025 11:13:19 -0800 Subject: [PATCH] Update version and webpage to reference 0.13.2 (#354) --- build.zig.zon | 2 +- website/content/index.smd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 76f5e288..b104e115 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "microzig", - .version = "0.13.1", + .version = "0.13.2", .minimum_zig_version = "0.13.0", .dependencies = .{ .@"build-internals" = .{ .path = "build-internals" }, diff --git a/website/content/index.smd b/website/content/index.smd index 74d3f6f6..84e1f164 100644 --- a/website/content/index.smd +++ b/website/content/index.smd @@ -23,7 +23,7 @@ Assuming you've initialized a zig project with `zig init`, or have set one up yourself, you can add microzig as a dependency with the following command: ```sh -zig fetch --save=microzig https://microzig.tech/downloads/microzig/0.13.1/microzig.tar.gz +zig fetch --save=microzig https://microzig.tech/downloads/microzig/0.13.2/microzig.tar.gz ``` Then in your `build.zig`: