Skip to content

Commit

Permalink
shards: update supported crystal version to v1.1.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Sep 29, 2021
1 parent 4f1e975 commit 37184b0
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,10 +1,10 @@
name: rlp
version: 0.1.7
description: "a native library implementing recursive lengths prefixes purely for the crystal language"
version: 0.1.8
description: "A native library implementing Recursive Lengths Prefixes (RLP) purely 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
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# for arbitrary data encoding and decoding.
module Rlp
# The version of the `Rlp` module shard.
VERSION = "0.1.7"
VERSION = "0.1.8"
end

0 comments on commit 37184b0

Please sign in to comment.