Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Nov 12, 2024
1 parent 079f4dd commit f84f3c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/zf.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tui/opts.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f84f3c8

Please sign in to comment.