diff --git a/README.md b/README.md index 99ddc17..085f002 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ purpose: helping you navigate and explore your file system with ease. With Vim-like bindings and a minimalist interface, Jido focuses on speed and simplicity. -Jido used Zig `0.14.0`. +Jido is built with Zig v`0.15.2`. - [Installation](#installation) - [Integrations](#integrations) diff --git a/build.zig b/build.zig index 9000d75..fd31726 100644 --- a/build.zig +++ b/build.zig @@ -2,7 +2,7 @@ const std = @import("std"); const builtin = @import("builtin"); ///Must match the `version` in `build.zig.zon`. -const version = std.SemanticVersion{ .major = 1, .minor = 3, .patch = 0 }; +const version = std.SemanticVersion{ .major = 1, .minor = 4, .patch = 0 }; const targets: []const std.Target.Query = &.{ .{ .cpu_arch = .aarch64, .os_tag = .macos },