Version 1.0.1

This commit is contained in:
Madeorsk 2025-01-08 21:59:54 +01:00
parent 2dd23a7580
commit 47aec881e3
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ std.debug.print("{s}", .{ascii}); // Output: "Blosse".
In your project directory: In your project directory:
```shell ```shell
zig fetch --save https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.0.0.tar.gz zig fetch --save https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.0.1.tar.gz
``` ```
In `build.zig`: In `build.zig`:

View file

@ -1,6 +1,6 @@
.{ .{
.name = "anyascii.zig", .name = "anyascii.zig",
.version = "1.0.0", .version = "1.0.1",
.dependencies = .{}, .dependencies = .{},
.paths = .{ .paths = .{