Skip to content

Commit 4778cb0

Browse files
committed
Bump version to v0.6.0
Signed-off-by: prajwalch <prajwal.chapagain58@gmail.com>
1 parent 2a10dc1 commit 4778cb0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

build.zig.zon

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
.{
2-
.name = "yazap",
3-
.version = "0.5.2",
4-
.dependencies = .{
5-
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
6-
},
7-
.paths = .{
8-
"build.zig",
9-
"build.zig.zon",
10-
"src",
11-
"LICENSE",
12-
"README.md",
13-
},
14-
}
1+
.{
2+
.name = "yazap",
3+
.version = "0.6.0",
4+
.dependencies = .{
5+
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
6+
},
7+
.paths = .{
8+
"build.zig",
9+
"build.zig.zon",
10+
"src",
11+
"LICENSE",
12+
"README.md",
13+
},
14+
}

0 commit comments

Comments
 (0)