Skip to content

Commit

Permalink
shards: bump crystal version to 0.35.0 (#42)
Browse files Browse the repository at this point in the history
* shards: bump crystal version to 0.35.0

* docs: update contributors
  • Loading branch information
q9f authored Jun 19, 2020
1 parent bfdaae1 commit 16021a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

crystal: 0.34.0
crystal: 0.35.0

license: APLv2

Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 16021a0

Please sign in to comment.