From a363f507fc39b96fc48d693665a823a358345326 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Fri, 13 Dec 2024 15:19:20 -0500 Subject: README + zon update v0.13.4 --- README.md | 2 +- build.zig.zon | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c854fae..912f534 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your Zig project's root directory, run: ```plain -zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.3.tar.gz +zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.4.tar.gz ``` Then instantiate the dependency in your `build.zig`: diff --git a/build.zig.zon b/build.zig.zon index 60052aa..f37e8b1 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,17 +1,17 @@ .{ .name = "zg", - .version = "0.13.1", + .version = "0.13.4", .minimum_zig_version = "0.13.0", .paths = .{ "build.zig", "build.zig.zon", - "codegen", - "data", + "codegen", + "data", "LICENSE", "README.md", "src", - "unicode_license", - "UNICODE_VERSION.txt", + "unicode_license", + "UNICODE_VERSION.txt", }, } -- cgit v1.2.3