diff --git a/build.zig.zon b/build.zig.zon index 603062e..bec6796 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = "zf", .description = "a commandline fuzzy finder designed for filtering filepaths", - .version = "0.10.1", + .version = "0.10.2", .dependencies = .{ .vaxis = .{ .url = "https://github.com/rockorager/libvaxis/archive/refs/tags/v0.5.1.tar.gz", diff --git a/doc/zf.1 b/doc/zf.1 index 2e89166..b372d3f 100644 --- a/doc/zf.1 +++ b/doc/zf.1 @@ -1,4 +1,4 @@ -.TH ZF 1 "2024-10-28" "zf 0.10.1" +.TH ZF 1 "2024-10-28" "zf 0.10.2" .SH NAME zf -\ a commandline fuzzy finder that prioritizes matches on filenames diff --git a/src/tui/opts.zig b/src/tui/opts.zig index 076bcbc..b671865 100644 --- a/src/tui/opts.zig +++ b/src/tui/opts.zig @@ -9,7 +9,7 @@ const Allocator = mem.Allocator; const Color = @import("ui.zig").Color; const File = std.fs.File; -const version = "0.10.1"; +const version = "0.10.2"; const version_str = std.fmt.comptimePrint("zf {s} Nathan Craddock", .{version}); const help =