version bumps across the board

Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
Kamal Tufekcic 2026-04-23 08:35:04 +03:00
commit e45dc1d818
No known key found for this signature in database
8 changed files with 13 additions and 13 deletions

View file

@ -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 = "...",
},
},