Skip to content

Commit d8b59c1

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 6809e3c commit d8b59c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
2-
.name = .zigstarter,
3-
.version = "0.1.0",
2+
.name = .@"zig-starter",
3+
.version = "0.1.1",
44
.fingerprint = 0xf5211f8f19bd114e, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.15.1",
66

package.json

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

0 commit comments

Comments
 (0)