version bumps across the board
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
parent
6992c4b2a0
commit
e45dc1d818
8 changed files with 13 additions and 13 deletions
|
|
@ -24,7 +24,7 @@ Add as a Zig dependency in `build.zig.zon`:
|
|||
```zig
|
||||
.dependencies = .{
|
||||
.soliton = .{
|
||||
.url = "https://git.lo.sh/lo/libsoliton/archive/v0.1.1.tar.gz",
|
||||
.url = "https://git.lo.sh/lo/libsoliton/archive/v0.1.2.tar.gz",
|
||||
.hash = "...",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.{
|
||||
.name = .soliton_zig,
|
||||
.version = "0.1.1",
|
||||
.version = "0.1.2",
|
||||
.fingerprint = 0x333e453f9c21f54c,
|
||||
.minimum_zig_version = "0.14.0",
|
||||
.paths = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue