Skip to content

Commit 676c7fd

Browse files
committed
chore(release): v0.0.2
1 parent 87a60d1 commit 676c7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the streaming usage.
2727
1. Run the following command to add this project as a dependency
2828

2929
```sh
30-
zig fetch --save git+https://github.com/uyha/mzg.git
30+
zig fetch --save git+https://github.com/uyha/mzg.git#v0.0.2
3131
```
3232

3333
1. In your `build.zig`, add the following

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .mzg,
3-
.version = "0.0.1",
3+
.version = "0.0.2",
44
.fingerprint = 0xb948e4e6d7830c76, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{},

0 commit comments

Comments
 (0)