地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.

chore: increment version number 1.3 -> 1.4

Changed files
+2 -2
+1 -1
README.md
··· 10 10 Vim-like bindings and a minimalist interface, Jido focuses on speed and 11 11 simplicity. 12 12 13 - Jido used Zig `0.14.0`. 13 + Jido is built with Zig v`0.15.2`. 14 14 15 15 - [Installation](#installation) 16 16 - [Integrations](#integrations)
+1 -1
build.zig
··· 2 2 const builtin = @import("builtin"); 3 3 4 4 ///Must match the `version` in `build.zig.zon`. 5 - const version = std.SemanticVersion{ .major = 1, .minor = 3, .patch = 0 }; 5 + const version = std.SemanticVersion{ .major = 1, .minor = 4, .patch = 0 }; 6 6 7 7 const targets: []const std.Target.Query = &.{ 8 8 .{ .cpu_arch = .aarch64, .os_tag = .macos },