Skip to content

Commit 682699b

Browse files
authored
bump versions (#192)
1 parent ea809c6 commit 682699b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "microzig",
3-
.version = "0.12.0",
3+
.version = "0.12.1",
44
.dependencies = .{
55
// packages within the monorepo so that others can reach them
66
.build = .{ .path = "build" },

build/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "build",
3-
.version = "0.0.0",
3+
.version = "0.0.1",
44
.dependencies = .{
55
.@"microzig/tools/uf2" = .{
66
.path = "../tools/uf2",

core/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "core",
3-
.version = "0.0.0",
3+
.version = "0.0.1",
44
.dependencies = .{
55
.@"microzig/build/definitions" = .{ .path = "../build/definitions" },
66
},

0 commit comments

Comments
 (0)