From 5fffb6d38ab20f938d9f68275ef67393e94ef73b Mon Sep 17 00:00:00 2001 From: Afr Schoe <58883403+q9f@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:27:34 +0100 Subject: [PATCH] bump crystal to v0.36.1 (#44) --- shard.yml | 4 ++-- src/version.cr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shard.yml b/shard.yml index 400b782..81f8b34 100644 --- a/shard.yml +++ b/shard.yml @@ -1,11 +1,11 @@ name: secp256k1 -version: 0.3.4 +version: 0.3.5 description: "a native library implementing secp256k1 for the crystal language" authors: - /raw PONG _GHMoaCXLT <58883403+q9f@users.noreply.github.com> -crystal: 0.35.1 +crystal: 0.36.1 license: APLv2 diff --git a/src/version.cr b/src/version.cr index b59123b..6ebb438 100644 --- a/src/version.cr +++ b/src/version.cr @@ -19,5 +19,5 @@ # Ref: [en.bitcoin.it/wiki/Secp256k1](https://en.bitcoin.it/wiki/Secp256k1) module Secp256k1 # The `VERSION` of the `Secp256k1` module. - VERSION = "0.3.4" + VERSION = "0.3.5" end