Skip to content

Commit b018dd5

Browse files
authored
shards: update supported crystal version to v1.1.1 (#47)
1 parent 7f5bb4f commit b018dd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

shard.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: secp256k1
2-
version: 0.3.5
3-
description: "a native library implementing secp256k1 for the crystal language"
2+
version: 0.3.6
3+
description: "A native library implementing the Secp256k1 curve for the Crystal programming language."
44

55
authors:
6-
- /raw PONG _GHMoaCXLT <[email protected]>
6+
- Afr Schoe <[email protected]>
77

8-
crystal: 0.36.1
8+
crystal: 1.1.1
99

1010
license: APLv2
1111

src/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# Ref: [en.bitcoin.it/wiki/Secp256k1](https://en.bitcoin.it/wiki/Secp256k1)
2020
module Secp256k1
2121
# The `VERSION` of the `Secp256k1` module.
22-
VERSION = "0.3.5"
22+
VERSION = "0.3.6"
2323
end

0 commit comments

Comments
 (0)