From e5e9457e33449f093b44f99f1d600d0eafe91fdf Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Thu, 9 Jan 2025 01:40:37 +0100 Subject: [PATCH] Version 1.0.1 --- README.md | 4 ++-- build.zig.zon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" = .{