aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.zig2
-rw-r--r--gyro.zzz2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.zig b/build.zig
index 8d3b813..6758252 100644
--- a/build.zig
+++ b/build.zig
@@ -10,7 +10,7 @@ pub fn build(b: *std.build.Builder) !void {
10 const test_step = b.step("test", "Run library tests"); 10 const test_step = b.step("test", "Run library tests");
11 test_step.dependOn(&lib_tests.step); 11 test_step.dependOn(&lib_tests.step);
12 12
13 const znk_version = "0.1.0"; 13 const znk_version = "0.2.1";
14 14
15 var znk_tests = b.addTest("tool/znk.zig"); 15 var znk_tests = b.addTest("tool/znk.zig");
16 znk_tests.setBuildMode(mode); 16 znk_tests.setBuildMode(mode);
diff --git a/gyro.zzz b/gyro.zzz
index 2aa6130..62f9c36 100644
--- a/gyro.zzz
+++ b/gyro.zzz
@@ -1,6 +1,6 @@
1pkgs: 1pkgs:
2 nkeys: 2 nkeys:
3 version: 0.2.0 3 version: 0.2.1
4 description: "NKeys support for Zig" 4 description: "NKeys support for Zig"
5 license: Apache-2.0 5 license: Apache-2.0
6 source_url: "https://github.com/rutgerbrf/zig-nkeys" 6 source_url: "https://github.com/rutgerbrf/zig-nkeys"