Skip to content

Commit dd47ba4

Browse files
committed
release 1.2.1-2
1 parent 1fa9f45 commit dd47ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, update your `build.zig.zon`:
1111
```
1212
# Initialize a `zig build` project if you haven't already
1313
zig init
14-
zig fetch --save git+https://github.com/allyourcodebase/nativefiledialog-extended.git#1.2.1-1
14+
zig fetch --save git+https://github.com/allyourcodebase/nativefiledialog-extended.git#1.2.1-2
1515
```
1616

1717
You can then import `nativefiledialog-extended` in your `build.zig` with:

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .nativefiledialog_extended,
3-
.version = "1.2.1-1",
3+
.version = "1.2.1-2",
44
.minimum_zig_version = "0.14.0",
55
.dependencies = .{
66
.@"nativefiledialog-extended" = .{

0 commit comments

Comments
 (0)