Skip to content

Commit 616c872

Browse files
authored
bump to 0.14.2 (#631)
1 parent 1906b3b commit 616c872

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
@@ -2,7 +2,7 @@
22
.name = .microzig,
33
// Note: This should be changed if you fork microzig!
44
.fingerprint = 0x605a83a849186d0f,
5-
.version = "0.14.1",
5+
.version = "0.14.2",
66
.minimum_zig_version = "0.14.1",
77
.dependencies = .{
88
.@"build-internals" = .{ .path = "build-internals" },

website/content/docs/getting-started.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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

3030
```sh
31-
zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.14.1/microzig.tar.gz
31+
zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.14.2/microzig.tar.gz
3232
```
3333

3434
Then in your `build.zig`:

0 commit comments

Comments
 (0)