From 543e6b01cba3caa691960a4a5a54d3419969f2d8 Mon Sep 17 00:00:00 2001 From: Muki Kiboigo Date: Tue, 17 Dec 2024 20:05:49 -0800 Subject: [PATCH] chore: prepare for v0.2.0 --- README.md | 4 ++-- build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a88e44..55b7b20 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/build.zig.zon b/build.zig.zon index b1cc10c..581c592 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "tardy", - .version = "0.1.0", + .version = "0.2.0", .minimum_zig_version = "0.11.0", .dependencies = .{},