Version 0.1.2
This commit is contained in:
parent
5197cc1e9c
commit
79f47cf6ab
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ _ZRM_ provides a simple interface to relational databases in Zig. Define your re
|
|||
|
||||
## Versions
|
||||
|
||||
ZRM 0.1.1 is made and tested with zig 0.13.0.
|
||||
ZRM 0.1.2 is made and tested with zig 0.13.0.
|
||||
|
||||
## 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:
|
||||
|
||||
```shell
|
||||
$ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.1.1.tar.gz
|
||||
$ zig fetch --save https://code.zeptotech.net/zedd/zrm/archive/v0.1.2.tar.gz
|
||||
```
|
||||
|
||||
In `build.zig`:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = "zrm",
|
||||
.version = "0.1.1",
|
||||
.version = "0.1.2",
|
||||
|
||||
.minimum_zig_version = "0.13.0",
|
||||
|
||||
|
|
Loading…
Reference in a new issue