Skip to content

Commit 543e6b0

Browse files
committed
chore: prepare for v0.2.0
1 parent 02bd3b3 commit 543e6b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Most of the code for this project originated in [zzz](https://github.com/mookums
1010
## Installing
1111
Latest Zig Stable: `0.13.0`
1212

13-
Latest Tardy Release: `0.1.0`
13+
Latest Tardy Release: `0.2.0`
1414
```
15-
zig fetch --save git+https://github.com/mookums/tardy#v0.1.0
15+
zig fetch --save git+https://github.com/mookums/tardy#v0.2.0
1616
```
1717

1818
You can then add the dependency in your `build.zig` file:

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "tardy",
3-
.version = "0.1.0",
3+
.version = "0.2.0",
44
.minimum_zig_version = "0.11.0",
55
.dependencies = .{},
66

0 commit comments

Comments
 (0)