We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd3b3 commit 543e6b0Copy full SHA for 543e6b0
README.md
@@ -10,9 +10,9 @@ Most of the code for this project originated in [zzz](https://github.com/mookums
10
## Installing
11
Latest Zig Stable: `0.13.0`
12
13
-Latest Tardy Release: `0.1.0`
+Latest Tardy Release: `0.2.0`
14
```
15
-zig fetch --save git+https://github.com/mookums/tardy#v0.1.0
+zig fetch --save git+https://github.com/mookums/tardy#v0.2.0
16
17
18
You can then add the dependency in your `build.zig` file:
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "tardy",
3
- .version = "0.1.0",
+ .version = "0.2.0",
4
.minimum_zig_version = "0.11.0",
5
.dependencies = .{},
6
0 commit comments