Skip to content

Commit 0eebe6c

Browse files
authored
bump version (#901)
1 parent f578cd8 commit 0eebe6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.name = .microzig,
33
// Note: This should be changed if you fork microzig!
44
.fingerprint = 0x605a83a849186d0f,
5-
.version = "0.15.0",
5+
.version = "0.15.1",
66
.minimum_zig_version = "0.15.1",
77
.dependencies = .{
88
.@"build-internals" = .{ .path = "build-internals" },

website/content/docs/getting-started.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Quickly check that you have Zig `0.15.1` installed by running `zig version`.
2727
Assuming you've initialized a zig project with `zig init`, or have set one up
2828
yourself, you can add microzig as a dependency with the following command:
2929

30-
```sh
31-
zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.0/microzig.tar.gz
30+
```sh
31+
zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.1/microzig.tar.gz
3232
```
3333

3434
Then in your `build.zig`:

0 commit comments

Comments
 (0)