diff --git a/README.md b/README.md index 2bb3854..231f54e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _zlugify_ is a library to generate slugs from all types of UTF-8 encoded strings ## Versions -zlugify 1.0.0 is made and tested with zig 0.13.0. +zlugify 1.0.1 is made and tested with zig 0.13.0. ## How to use @@ -23,7 +23,7 @@ zlugify 1.0.0 is made and tested with zig 0.13.0. In your project directory: ```shell -$ zig fetch --save https://code.zeptotech.net/zedd/zlugify/archive/v1.0.0.tar.gz +$ zig fetch --save https://code.zeptotech.net/zedd/zlugify/archive/v1.0.1.tar.gz ``` In `build.zig`: diff --git a/build.zig.zon b/build.zig.zon index 0fd4052..c173e15 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "zlugify", - .version = "1.0.0", + .version = "1.0.1", .dependencies = .{ .@"anyascii.zig" = .{