Skip to content

Commit

Permalink
shards: bump crystal version to 0.35.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Oct 23, 2020
1 parent 16021a0 commit 5e5f124
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.3
version: 0.3.4
description: "a native library implementing secp256k1 for the crystal language"

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

crystal: 0.35.0
crystal: 0.35.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.3"
VERSION = "0.3.4"
end

0 comments on commit 5e5f124

Please sign in to comment.