bump versions (#192)

wch-ch32v003
Matt Knight 4 months ago committed by GitHub
parent ea809c6b7f
commit 682699b146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
.{ .{
.name = "microzig", .name = "microzig",
.version = "0.12.0", .version = "0.12.1",
.dependencies = .{ .dependencies = .{
// packages within the monorepo so that others can reach them // packages within the monorepo so that others can reach them
.build = .{ .path = "build" }, .build = .{ .path = "build" },

@ -1,6 +1,6 @@
.{ .{
.name = "build", .name = "build",
.version = "0.0.0", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
.@"microzig/tools/uf2" = .{ .@"microzig/tools/uf2" = .{
.path = "../tools/uf2", .path = "../tools/uf2",

@ -1,6 +1,6 @@
.{ .{
.name = "core", .name = "core",
.version = "0.0.0", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
.@"microzig/build/definitions" = .{ .path = "../build/definitions" }, .@"microzig/build/definitions" = .{ .path = "../build/definitions" },
}, },

Loading…
Cancel
Save