summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--build.zig.zon4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3abe480..c2db6e2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The Unicode version supported by zg is `16.0.0`.
10 10
11## Zig Version 11## Zig Version
12 12
13The minimum Zig version required is `0.14`. 13The minimum Zig version required is `0.15.2`.
14 14
15 15
16## Integrating zg into your Zig Project 16## Integrating zg into your Zig Project
@@ -19,7 +19,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your
19Zig project's root directory, run: 19Zig project's root directory, run:
20 20
21```plain 21```plain
22zig fetch --save https://codeberg.org/atman/zg/archive/v0.14.1.tar.gz 22zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.2.tar.gz
23``` 23```
24 24
25Then instantiate the dependency in your `build.zig`: 25Then instantiate the dependency in your `build.zig`:
diff --git a/build.zig.zon b/build.zig.zon
index e585449..c160bd9 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -1,7 +1,7 @@
1.{ 1.{
2 .name = .zg, 2 .name = .zg,
3 .version = "0.15.1", 3 .version = "0.15.2",
4 .minimum_zig_version = "0.15.1", 4 .minimum_zig_version = "0.15.2",
5 .fingerprint = 0x47df7778dc946aa0, 5 .fingerprint = 0x47df7778dc946aa0,
6 6
7 .paths = .{ 7 .paths = .{