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
|
## 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
|
## How to use
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ zlugify 1.0.0 is made and tested with zig 0.13.0.
|
||||||
In your project directory:
|
In your project directory:
|
||||||
|
|
||||||
```shell
|
```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`:
|
In `build.zig`:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.{
|
.{
|
||||||
.name = "zlugify",
|
.name = "zlugify",
|
||||||
.version = "1.0.0",
|
.version = "1.0.1",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.@"anyascii.zig" = .{
|
.@"anyascii.zig" = .{
|
||||||
|
|
Loading…
Reference in a new issue