Skip to content

Commit

Permalink
Bump version to v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: prajwalch <prajwal.chapagain58@gmail.com>
  • Loading branch information
prajwalch committed Sep 13, 2024
1 parent 2a10dc1 commit 4778cb0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.{
.name = "yazap",
.version = "0.5.2",
.dependencies = .{
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}
.{
.name = "yazap",
.version = "0.6.0",
.dependencies = .{
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}

0 comments on commit 4778cb0

Please sign in to comment.