Version 1.0.1

This commit is contained in:
Madeorsk 2025-01-09 01:40:37 +01:00
parent 20da3e7d9a
commit e5e9457e33
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 3 additions and 3 deletions

View file

@ -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`:

View file

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