Skip to content

Commit f4df39b

Browse files
chrisbbreuerclaude
andcommitted
fix: standardize package name with zig- prefix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77d8938 commit f4df39b

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 = .@"zig-bump",
3-
.version = "0.2.0",
3+
.version = "0.1.2",
44
.fingerprint = 0xaa6dcd1acebd2720,
55
.minimum_zig_version = "0.15.0",
66
.paths = .{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zig-bump",
3-
"version": "0.2.0",
3+
"version": "0.1.2",
44
"scripts": {
55
"release": "pantry release patch --yes",
66
"release:minor": "pantry release minor --yes",

0 commit comments

Comments
 (0)