Skip to content

Commit

Permalink
Update version and webpage to reference 0.13.2 (ZigEmbeddedGroup#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Jan 18, 2025
1 parent 5a59f3d commit cf666d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion website/content/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit cf666d6

Please sign in to comment.