Skip to content

Commit

Permalink
ensure crystal 0.34 compatibility (#40)
Browse files Browse the repository at this point in the history
* update crystal version to 0.34.0

* bump version to v0.3.2
  • Loading branch information
q9f authored Apr 11, 2020
1 parent 931fd50 commit ffd0c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1
version: 0.3.2
description: "a native library implementing secp256k1 for the crystal language"

authors:
- /raw PONG _GHMoaCXLT <[email protected]>

crystal: 0.33.0
crystal: 0.34.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.1"
VERSION = "0.3.2"
end

0 comments on commit ffd0c7f

Please sign in to comment.