aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2021-05-28 19:27:52 +0200
committerLibravatar Rutger Broekhoff2021-05-28 19:27:52 +0200
commit1d6f2e4e4da5dca874579e116b9a087deb7713da (patch)
tree2dd4215051423ae8b3a903ebbcdc12cd6bbd8890
parenta3df13c38ae5dc9491657adbb632f823fd47caa5 (diff)
downloadzig-nkeys-1d6f2e4e4da5dca874579e116b9a087deb7713da.tar.gz
zig-nkeys-1d6f2e4e4da5dca874579e116b9a087deb7713da.zip
Prepare for 0.2.1 release0.2.1
-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"