Skip to content

Commit

Permalink
chore: prepare for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums committed Dec 18, 2024
1 parent 02bd3b3 commit 543e6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Most of the code for this project originated in [zzz](https://github.com/mookums
## Installing
Latest Zig Stable: `0.13.0`

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

You can then add the dependency in your `build.zig` file:
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "tardy",
.version = "0.1.0",
.version = "0.2.0",
.minimum_zig_version = "0.11.0",
.dependencies = .{},

Expand Down

0 comments on commit 543e6b0

Please sign in to comment.