diff --git a/README.md b/README.md index f4b61dc..32f192d 100644 --- a/README.md +++ b/README.md @@ -166,4 +166,4 @@ honerable mention for the [bitcoin wiki](https://en.bitcoin.it/wiki/Main_Page) a license: apache license v2.0 -contributors: [**@q9f**](https://github.com/q9f/), [**@cserb**](https://github.com/cserb) +contributors: [**@q9f**](https://github.com/q9f/), [@cserb](https://github.com/cserb), [MrSorcus](https://github.com/MrSorcus) diff --git a/shard.yml b/shard.yml index 949fe6e..45ea830 100644 --- a/shard.yml +++ b/shard.yml @@ -1,11 +1,11 @@ name: secp256k1 -version: 0.3.2 +version: 0.3.3 description: "a native library implementing secp256k1 for the crystal language" authors: - /raw PONG _GHMoaCXLT <58883403+q9f@users.noreply.github.com> -crystal: 0.34.0 +crystal: 0.35.0 license: APLv2 diff --git a/src/version.cr b/src/version.cr index e68a4f5..25ccc53 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.2" + VERSION = "0.3.3" end