Skip to content

Commit

Permalink
bump crystal to v0.36.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Feb 9, 2021
1 parent 5e5f124 commit 5fffb6d
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.4
version: 0.3.5
description: "a native library implementing secp256k1 for the crystal language"

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

crystal: 0.35.1
crystal: 0.36.1

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.4"
VERSION = "0.3.5"
end

0 comments on commit 5fffb6d

Please sign in to comment.