Skip to content

Commit

Permalink
shards: update supported crystal version to v1.1.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Sep 29, 2021
1 parent 7f5bb4f commit b018dd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: secp256k1
version: 0.3.5
description: "a native library implementing secp256k1 for the crystal language"
version: 0.3.6
description: "A native library implementing the Secp256k1 curve for the Crystal programming language."

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

crystal: 0.36.1
crystal: 1.1.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.5"
VERSION = "0.3.6"
end

0 comments on commit b018dd5

Please sign in to comment.