From b9cc7b7204c04f47ff8f13afb65b5beea817afa4 Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Mon, 15 Jul 2024 19:28:37 -0600 Subject: [PATCH] Update build.zig.zon --- build.zig.zon | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index fa24d99..4af569c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,11 +6,11 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "zig-argument-parser", + .name = "zig-args", // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.0.0", + .version = "0.1.0", // This field is optional. // This is currently advisory only; Zig does not yet do anything @@ -65,8 +65,7 @@ "build.zig", "build.zig.zon", "src", - // For example... - //"LICENSE", + "LICENSE", //"README.md", }, }