summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sam Atman2025-03-20 20:07:24 -0400
committerGravatar Sam Atman2025-03-20 20:07:24 -0400
commitaa93e6ae78d4146431460e4a5f70b118a19f5c0c (patch)
tree522c6cb3a6bf7f22fd895729aacb2ac653141d1c
parentMerge pull request 'zon update on Zig 0.14.0' (#27) from TUSF/zg:zig-0.14.0 i... (diff)
downloadzg-aa93e6ae78d4146431460e4a5f70b118a19f5c0c.tar.gz
zg-aa93e6ae78d4146431460e4a5f70b118a19f5c0c.tar.xz
zg-aa93e6ae78d4146431460e4a5f70b118a19f5c0c.zip
Version bump for 0.14 compatibilityv0.13.5
-rw-r--r--README.md2
-rw-r--r--build.zig.zon2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 912f534..bad64fc 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
16Zig project's root directory, run: 16Zig project's root directory, run:
17 17
18```plain 18```plain
19zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.4.tar.gz 19zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.5.tar.gz
20``` 20```
21 21
22Then instantiate the dependency in your `build.zig`: 22Then instantiate the dependency in your `build.zig`:
diff --git a/build.zig.zon b/build.zig.zon
index 2d9ba31..b345189 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,6 +1,6 @@
1.{ 1.{
2 .name = .zg, 2 .name = .zg,
3 .version = "0.13.4", 3 .version = "0.13.5",
4 .minimum_zig_version = "0.14.0", 4 .minimum_zig_version = "0.14.0",
5 .fingerprint = 0x47df7778dc946aa0, 5 .fingerprint = 0x47df7778dc946aa0,
6 6