Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = .microzig,
// Note: This should be changed if you fork microzig!
.fingerprint = 0x605a83a849186d0f,
.version = "0.15.0",
.version = "0.15.1",
.minimum_zig_version = "0.15.1",
.dependencies = .{
.@"build-internals" = .{ .path = "build-internals" },
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/getting-started.smd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Quickly check that you have Zig `0.15.1` installed by running `zig version`.
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 https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.0/microzig.tar.gz
```sh
zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.1/microzig.tar.gz
```

Then in your `build.zig`:
Expand Down
Loading