Skip to content

Commit cf666d6

Browse files
authored
Update version and webpage to reference 0.13.2 (#354)
1 parent 5a59f3d commit cf666d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "microzig",
3-
.version = "0.13.1",
3+
.version = "0.13.2",
44
.minimum_zig_version = "0.13.0",
55
.dependencies = .{
66
.@"build-internals" = .{ .path = "build-internals" },

website/content/index.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Assuming you've initialized a zig project with `zig init`, or have set one up
2323
yourself, you can add microzig as a dependency with the following command:
2424

2525
```sh
26-
zig fetch --save=microzig https://microzig.tech/downloads/microzig/0.13.1/microzig.tar.gz
26+
zig fetch --save=microzig https://microzig.tech/downloads/microzig/0.13.2/microzig.tar.gz
2727
```
2828

2929
Then in your `build.zig`:

0 commit comments

Comments
 (0)