diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | build.zig.zon | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -16,7 +16,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your | |||
| 16 | Zig project's root directory, run: | 16 | Zig project's root directory, run: |
| 17 | 17 | ||
| 18 | ```plain | 18 | ```plain |
| 19 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.4.tar.gz | 19 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.13.5.tar.gz |
| 20 | ``` | 20 | ``` |
| 21 | 21 | ||
| 22 | Then instantiate the dependency in your `build.zig`: | 22 | Then 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 | ||