Version 0.1.1

This commit is contained in:
Madeorsk 2024-10-17 13:08:24 +02:00
parent 5b9cfd08c4
commit 28bef7ef42
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ _ZRM_ provides a simple interface to relational databases in Zig. Define your re
## Versions ## Versions
ZRM 0.1.0 is made and tested with zig 0.13.0. ZRM 0.1.1 is made and tested with zig 0.13.0.
## Work in progress ## Work in progress
@ -41,7 +41,7 @@ ZRM aims to handle a lot for you, but it takes time to make. Have a look to [the
In your project directory: In your project directory:
```shell ```shell
$ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.1.0.tar.gz $ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.1.1.tar.gz
``` ```
In `build.zig`: In `build.zig`:

View file

@ -1,6 +1,6 @@
.{ .{
.name = "zrm", .name = "zrm",
.version = "0.1.0", .version = "0.1.1",
.minimum_zig_version = "0.13.0", .minimum_zig_version = "0.13.0",