Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 353fa1f

Browse files
committed
version number bumped up
1 parent 432041c commit 353fa1f

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 = "keylib",
3-
.version = "0.3.3",
3+
.version = "0.3.5",
44

55
.dependencies = .{
66
.zbor = .{

lib/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
pub const VERSION: []const u8 = "0.3.3";
3+
pub const VERSION: []const u8 = "0.3.5";
44

55
/// Used by multiple data types
66
pub const common = struct {

0 commit comments

Comments
 (0)