Skip to content

Commit 410b1d5

Browse files
committed
chore: prepare for 0.3.2 release
1 parent d704470 commit 410b1d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .gobject_codegen,
3-
.version = "0.3.1",
3+
.version = "0.3.2",
44
.fingerprint = 0x9edb5c54cdea7d07, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.16.0",
66
.paths = .{

src/translate.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3211,7 +3211,7 @@ fn createBuildZon(
32113211
const source =
32123212
\\.{
32133213
\\ .name = .gobject,
3214-
\\ .version = "0.3.1",
3214+
\\ .version = "0.3.2",
32153215
\\ .fingerprint = 0xca12a75aeca74b4a, // Changing this has security and trust implications.
32163216
\\ .minimum_zig_version = "0.16.0",
32173217
\\ .paths = .{

0 commit comments

Comments
 (0)