Skip to content

Commit

Permalink
bump versions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored May 15, 2024
1 parent ea809c6 commit 682699b
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,6 +1,6 @@
.{
.name = "microzig",
.version = "0.12.0",
.version = "0.12.1",
.dependencies = .{
// packages within the monorepo so that others can reach them
.build = .{ .path = "build" },
Expand Down
2 changes: 1 addition & 1 deletion build/build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "build",
.version = "0.0.0",
.version = "0.0.1",
.dependencies = .{
.@"microzig/tools/uf2" = .{
.path = "../tools/uf2",
Expand Down
2 changes: 1 addition & 1 deletion core/build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "core",
.version = "0.0.0",
.version = "0.0.1",
.dependencies = .{
.@"microzig/build/definitions" = .{ .path = "../build/definitions" },
},
Expand Down

0 comments on commit 682699b

Please sign in to comment.