Version 1.0.1
This commit is contained in:
parent
20da3e7d9a
commit
8515630804
2 changed files with 3 additions and 3 deletions
|
@ -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`:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = "zlugify",
|
||||
.version = "1.0.0",
|
||||
.version = "1.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
.@"anyascii.zig" = .{
|
||||
|
|
Loading…
Reference in a new issue