summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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