Skip to content

Commit

Permalink
shard: bump version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Aug 3, 2022
1 parent 0a3057b commit d8e8ce6
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,10 +1,10 @@
name: bip39
version: 0.1.0
version: 0.1.1
description: "A native library implementing BIP-0039 mnemonics for the Crystal programming language."

authors:
- Afr Schoe <[email protected]>

crystal: 1.2.1
crystal: 1.5.0

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 @@
# Ref: [bitcoin/bips/bip-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
module Bip0039
# The `VERSION` of the `Bip0039` module.
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit d8e8ce6

Please sign in to comment.